From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Gang Subject: Re: drivers/isdn: beautify code, delete 'break' after 'return' Date: Wed, 27 Feb 2013 17:14:35 +0800 Message-ID: <512DCE7B.1090905@asianux.com> References: <512DCE3B.3050107@asianux.com> Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Greg KH , alan@linux.intel.com, netdev To: Jiri Kosina , isdn@linux-pingi.de, Jiri Slaby Return-path: Received: from intranet.asianux.com ([58.214.24.6]:19687 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754130Ab3B0JOx (ORCPT ); Wed, 27 Feb 2013 04:14:53 -0500 In-Reply-To: <512DCE3B.3050107@asianux.com> Sender: netdev-owner@vger.kernel.org List-ID: oh, sorry, the subject misses [PATCH], I will send again. =D3=DA 2013=C4=EA02=D4=C227=C8=D5 17:13, Chen Gang =D0=B4=B5=C0: >=20 > delete 'break' statement after 'return' statement >=20 > Signed-off-by: Chen Gang > --- > drivers/isdn/i4l/isdn_tty.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) >=20 > 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) >=20 --=20 Chen Gang Asianux Corporation