lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 21 Jul 2014 10:15:07 +0200 From: Christian Lamparter <chunkeey@...glemail.com> To: Fabian Frederick <fabf@...net.be> Cc: linux-kernel@...r.kernel.org, davem@...emloft.net, joe@...ches.com, "John W. Linville" <linville@...driver.com>, linux-wireless@...r.kernel.org, netdev@...r.kernel.org Subject: Re: [PATCH 15/30] carl9170: remove unnecessary break after return On Sunday, July 20, 2014 04:25:16 PM Fabian Frederick wrote: > Signed-off-by: Fabian Frederick <fabf@...net.be> Acked-by: Christian Lamparter <chunkeey@...glemail.com> > --- > drivers/net/wireless/ath/carl9170/phy.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/net/wireless/ath/carl9170/phy.c b/drivers/net/wireless/ath/carl9170/phy.c > index ab4ee7d..b80b213 100644 > --- a/drivers/net/wireless/ath/carl9170/phy.c > +++ b/drivers/net/wireless/ath/carl9170/phy.c > @@ -1139,7 +1139,6 @@ static int carl9170_set_freq_cal_data(struct ar9170 *ar, > > default: > return -EINVAL; > - break; > } > > for (; i >= 0; i--) { > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists