Loading drivers/char/pcmcia/synclink_cs.c +0 −3 Original line number Diff line number Diff line Loading @@ -765,9 +765,6 @@ static void bh_handler(struct work_struct *work) struct tty_struct *tty; int action; if (!info) return; if (debug_level >= DEBUG_LEVEL_BH) printk( "%s(%d):bh_handler(%s) entry\n", __FILE__,__LINE__,info->device_name); Loading drivers/tty/synclink_gt.c +0 −2 Original line number Diff line number Diff line Loading @@ -1957,8 +1957,6 @@ static void bh_handler(struct work_struct *work) struct slgt_info *info = container_of(work, struct slgt_info, task); int action; if (!info) return; info->bh_running = true; while((action = bh_action(info))) { Loading drivers/tty/synclinkmp.c +0 −3 Original line number Diff line number Diff line Loading @@ -2007,9 +2007,6 @@ static void bh_handler(struct work_struct *work) SLMP_INFO *info = container_of(work, SLMP_INFO, task); int action; if (!info) return; if ( debug_level >= DEBUG_LEVEL_BH ) printk( "%s(%d):%s bh_handler() entry\n", __FILE__,__LINE__,info->device_name); Loading Loading
drivers/char/pcmcia/synclink_cs.c +0 −3 Original line number Diff line number Diff line Loading @@ -765,9 +765,6 @@ static void bh_handler(struct work_struct *work) struct tty_struct *tty; int action; if (!info) return; if (debug_level >= DEBUG_LEVEL_BH) printk( "%s(%d):bh_handler(%s) entry\n", __FILE__,__LINE__,info->device_name); Loading
drivers/tty/synclink_gt.c +0 −2 Original line number Diff line number Diff line Loading @@ -1957,8 +1957,6 @@ static void bh_handler(struct work_struct *work) struct slgt_info *info = container_of(work, struct slgt_info, task); int action; if (!info) return; info->bh_running = true; while((action = bh_action(info))) { Loading
drivers/tty/synclinkmp.c +0 −3 Original line number Diff line number Diff line Loading @@ -2007,9 +2007,6 @@ static void bh_handler(struct work_struct *work) SLMP_INFO *info = container_of(work, SLMP_INFO, task); int action; if (!info) return; if ( debug_level >= DEBUG_LEVEL_BH ) printk( "%s(%d):%s bh_handler() entry\n", __FILE__,__LINE__,info->device_name); Loading