Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1473548
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] crypto: hide unused label |
| Date | 2016-08-31 16:40 +0200 |
| Message-ID | <sceQi-3B0-19@gated-at.bofh.it> (permalink) |
| References | <sbuaK-7mV-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Aug 29, 2016 at 02:40:43PM +0200, Arnd Bergmann wrote:
> A recent change left an existing label unused in some configurations,
> as seen from a gcc warning:
>
> crypto/xor.c: In function 'calibrate_xor_blocks':
> crypto/xor.c:156:1: error: label 'out' defined but not used [-Werror=unused-label]
>
> This adds an #ifdef around it to match the one around the respective "goto".
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 39457acda913 ("crypto: xor - skip speed test if the xor function is selected automatically")
Thanks for the patch. But I've already queued up a fix at
https://patchwork.kernel.org/patch/9301603/
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] crypto: hide unused label Arnd Bergmann <arnd@arndb.de> - 2016-08-29 14:50 +0200
Re: [PATCH v2] crypto: hide unused label Herbert Xu <herbert@gondor.apana.org.au> - 2016-08-31 16:40 +0200
Re: [PATCH v2] crypto: hide unused label Arnd Bergmann <arnd@arndb.de> - 2016-08-31 16:50 +0200
csiph-web