Skip to content

Commit

Permalink
drivers/isdn: delete 'break' after 'return'
Browse files Browse the repository at this point in the history
delete 'break' statement after 'return' statement

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Chen Gang authored and Jiri Kosina committed Mar 18, 2013
1 parent 53140e0 commit ce03cb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/isdn/i4l/isdn_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -3425,7 +3425,6 @@ isdn_tty_parse_at(modem_info *info)
p++;
isdn_tty_cmd_ATA(info);
return;
break;
case 'D':
/* D - Dial */
if (info->msr & UART_MSR_DCD)
Expand Down

0 comments on commit ce03cb2

Please sign in to comment.