Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354774
b: refs/heads/master
c: cc5ab61
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent 9af5183 commit 1a1e835
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dabe2c1385cd53d91c0a318c0fb7d2c015c61458
refs/heads/master: cc5ab61086334e72afdf970c032fecf5e5fcf7ca
3 changes: 0 additions & 3 deletions trunk/drivers/char/pcmcia/synclink_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/tty/synclink_gt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))) {
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/tty/synclinkmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1a1e835

Please sign in to comment.