Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1567014

Re: [PATCH] leds: ktd2692: avoid harmless maybe-uninitialized warning

From Pavel Machek <pavel@ucw.cz>
Newsgroups linux.kernel
Subject Re: [PATCH] leds: ktd2692: avoid harmless maybe-uninitialized warning
Date 2017-01-25 23:40 +0100
Message-ID <t3Eoq-7Ku-21@gated-at.bofh.it> (permalink)
References <t3EeK-7H4-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On Wed 2017-01-25 23:22:36, Arnd Bergmann wrote:
> gcc gets confused about the control flow in ktd2692_parse_dt(), causing
> it to warn about what seems like a potential bug:
> 
> drivers/leds/leds-ktd2692.c: In function 'ktd2692_probe':
> drivers/leds/leds-ktd2692.c:244:15: error: '*((void *)&led_cfg+8)' may be used uninitialized in this function [-Werror=maybe-uninitialized]
> drivers/leds/leds-ktd2692.c:225:7: error: 'led_cfg.flash_max_microamp' may be used uninitialized in this function [-Werror=maybe-uninitialized]
> drivers/leds/leds-ktd2692.c:232:3: error: 'led_cfg.movie_max_microamp' may be used uninitialized in this function [-Werror=maybe-uninitialized]
> 
> The code is fine, and slightly reworking it in an equivalent way lets
> gcc figure that out too, which gets rid of the warning.
> 
> Fixes: 77e7915b15bb ("leds: ktd2692: Add missing of_node_put")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Acked-by: Pavel Machek <pavel@ucw.cz>

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] leds: ktd2692: avoid harmless maybe-uninitialized warning Arnd Bergmann <arnd@arndb.de> - 2017-01-25 23:30 +0100
  Re: [PATCH] leds: ktd2692: avoid harmless maybe-uninitialized warning Pavel Machek <pavel@ucw.cz> - 2017-01-25 23:40 +0100
  Re: [PATCH] leds: ktd2692: avoid harmless maybe-uninitialized warning Jacek Anaszewski <jacek.anaszewski@gmail.com> - 2017-01-26 21:30 +0100

csiph-web