[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <512DCE7B.1090905@asianux.com>
Date: Wed, 27 Feb 2013 17:14:35 +0800
From: Chen Gang <gang.chen@...anux.com>
To: Jiri Kosina <jkosina@...e.cz>, isdn@...ux-pingi.de,
Jiri Slaby <jslaby@...e.cz>
CC: Greg KH <gregkh@...uxfoundation.org>, alan@...ux.intel.com,
netdev <netdev@...r.kernel.org>
Subject: Re: drivers/isdn: beautify code, delete 'break' after 'return'
oh, sorry, the subject misses [PATCH], I will send again.
于 2013年02月27日 17:13, Chen Gang 写道:
>
> delete 'break' statement after 'return' statement
>
> Signed-off-by: Chen Gang <gang.chen@...anux.com>
> ---
> drivers/isdn/i4l/isdn_tty.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/isdn/i4l/isdn_tty.c b/drivers/isdn/i4l/isdn_tty.c
> index d8a7d83..925a7ed 100644
> --- a/drivers/isdn/i4l/isdn_tty.c
> +++ b/drivers/isdn/i4l/isdn_tty.c
> @@ -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)
>
--
Chen Gang
Asianux Corporation
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists