Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1687915
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH, RESEND 02/14] ata: avoid gcc-7 warning in ata_timing_quantize |
| Date | 2017-07-15 13:00 +0200 |
| Message-ID | <u3sXM-rr-25@gated-at.bofh.it> (permalink) |
| References | <u3558-1oP-15@gated-at.bofh.it> <u3558-1oP-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jul 14, 2017 at 11:25:14AM +0200, Arnd Bergmann wrote: > gcc-7 warns about the result of a constant multiplication used as > a boolean: > > drivers/ata/libata-core.c: In function 'ata_timing_quantize': > drivers/ata/libata-core.c:3164:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] > > This slightly rearranges the macro to simplify the code and avoid > the warning at the same time. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> If the whole series will be routed together, Acked-by: Tejun Heo <tj@kernel.org> If not, please let me know. I'll push it through libata/for-4.13-fixes. Thanks! -- tejun
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH, RESEND 02/14] ata: avoid gcc-7 warning in ata_timing_quantize Arnd Bergmann <arnd@arndb.de> - 2017-07-14 11:30 +0200 Re: [PATCH, RESEND 02/14] ata: avoid gcc-7 warning in ata_timing_quantize Tejun Heo <tj@kernel.org> - 2017-07-15 13:00 +0200
csiph-web