Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -3425,7 +3425,6 @@ isdn_tty_parse_at(modem_info *info)
			p++;
			p++;
			isdn_tty_cmd_ATA(info);
			isdn_tty_cmd_ATA(info);
			return;
			return;
			break;
		case 'D':
		case 'D':
			/* D - Dial */
			/* D - Dial */
			if (info->msr & UART_MSR_DCD)
			if (info->msr & UART_MSR_DCD)