Commit ce03cb20 authored by Chen Gang's avatar Chen Gang Committed by Jiri Kosina

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

delete 'break' statement after 'return' statement
Signed-off-by: default avatarChen Gang <gang.chen@asianux.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 53140e06
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment