From: Daniele Venzano <venza@brownhat.org>
To: Fabian Frederick <fabf@skynet.be>, linux-kernel@vger.kernel.org
Cc: davem@davemloft.net, joe@perches.com, netdev@vger.kernel.org
Subject: Re: [PATCH 24/30] sis900: remove unnecessary break after return
Date: Mon, 21 Jul 2014 08:26:10 +0200 [thread overview]
Message-ID: <53CCB282.7070901@brownhat.org> (raw)
In-Reply-To: <1405866475-24754-5-git-send-email-fabf@skynet.be>
Il 20/07/2014 16:27, Fabian Frederick ha scritto:
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Daniele Venzano <venza@brownhat.org>
> ---
> drivers/net/ethernet/sis/sis900.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/sis/sis900.c b/drivers/net/ethernet/sis/sis900.c
> index 6072f09..7bea17c 100644
> --- a/drivers/net/ethernet/sis/sis900.c
> +++ b/drivers/net/ethernet/sis/sis900.c
> @@ -2258,7 +2258,6 @@ static int sis900_set_config(struct net_device *dev, struct ifmap *map)
> case IF_PORT_100BASEFX: /* 100BaseFx */
> /* These Modes are not supported (are they?)*/
> return -EOPNOTSUPP;
> - break;
>
> default:
> return -EINVAL;
>
--
Daniele Venzano
http://www.brownhat.org
next prev parent reply other threads:[~2014-07-21 6:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-20 14:27 [PATCH 20/30] igb: remove unnecessary break after return Fabian Frederick
2014-07-20 14:27 ` Fabian Frederick
2014-07-20 14:27 ` [PATCH 21/30] 8390: " Fabian Frederick
2014-07-20 14:27 ` [PATCH 22/30] net: tulip: " Fabian Frederick
2014-07-20 14:27 ` [PATCH 23/30] bna: " Fabian Frederick
2014-07-20 14:27 ` [PATCH 24/30] sis900: " Fabian Frederick
2014-07-21 6:26 ` Daniele Venzano [this message]
2014-07-20 14:27 ` [PATCH 25/30] niu: " Fabian Frederick
2014-07-20 14:27 ` [PATCH 26/30] ucc_geth: " Fabian Frederick
2014-07-20 14:27 ` Fabian Frederick
2014-07-20 14:27 ` [PATCH 27/30] atl1e: " Fabian Frederick
2014-07-20 14:27 ` [PATCH 28/30] atlx: " Fabian Frederick
2014-07-20 14:27 ` [PATCH 29/30] atl1c: " Fabian Frederick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53CCB282.7070901@brownhat.org \
--to=venza@brownhat.org \
--cc=davem@davemloft.net \
--cc=fabf@skynet.be \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.