mISDNinfineon.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | mISDNinfineon.c (e4dca7b7aa08b22893c45485d222b5807c1375ae) |
---|---|
1/* 2 * mISDNinfineon.c 3 * Support for cards based on following Infineon ISDN chipsets 4 * - ISAC + HSCX 5 * - IPAC and IPAC-X 6 * - ISAC-SX + HSCX 7 * 8 * Supported cards: --- 230 unchanged lines hidden (view full) --- 239_set_debug(struct inf_hw *card) 240{ 241 card->ipac.isac.dch.debug = debug; 242 card->ipac.hscx[0].bch.debug = debug; 243 card->ipac.hscx[1].bch.debug = debug; 244} 245 246static int | 1/* 2 * mISDNinfineon.c 3 * Support for cards based on following Infineon ISDN chipsets 4 * - ISAC + HSCX 5 * - IPAC and IPAC-X 6 * - ISAC-SX + HSCX 7 * 8 * Supported cards: --- 230 unchanged lines hidden (view full) --- 239_set_debug(struct inf_hw *card) 240{ 241 card->ipac.isac.dch.debug = debug; 242 card->ipac.hscx[0].bch.debug = debug; 243 card->ipac.hscx[1].bch.debug = debug; 244} 245 246static int |
247set_debug(const char *val, struct kernel_param *kp) | 247set_debug(const char *val, const struct kernel_param *kp) |
248{ 249 int ret; 250 struct inf_hw *card; 251 252 ret = param_set_uint(val, kp); 253 if (!ret) { 254 read_lock(&card_lock); 255 list_for_each_entry(card, &Cards, list) --- 918 unchanged lines hidden --- | 248{ 249 int ret; 250 struct inf_hw *card; 251 252 ret = param_set_uint(val, kp); 253 if (!ret) { 254 read_lock(&card_lock); 255 list_for_each_entry(card, &Cards, list) --- 918 unchanged lines hidden --- |