drivers/isdn: delete 'break' after 'return'

delete 'break' statement after 'return' statement

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Chen Gang 2013-02-27 17:16:12 +08:00 committed by Jiri Kosina
parent 53140e062b
commit ce03cb2064
1 changed files with 0 additions and 1 deletions

View File

@ -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)