Re: [PATCH] [media] rc: Fix uninitialized variable in debug print

2016-10-13 Thread Sean Young
On Thu, Oct 13, 2016 at 12:35:02PM +0200, Geert Uytterhoeven wrote: > drivers/media/i2c/ir-kbd-i2c.c: In function ‘get_key_haup_common’: > drivers/media/i2c/ir-kbd-i2c.c:120: warning: ‘toggle’ is used > uninitialized in this function > > To fix this, use the intermediate "toggle"

Re: [PATCH] [media] rc: Fix uninitialized variable in debug print

2016-10-13 Thread Sean Young
On Thu, Oct 13, 2016 at 12:35:02PM +0200, Geert Uytterhoeven wrote: > drivers/media/i2c/ir-kbd-i2c.c: In function ‘get_key_haup_common’: > drivers/media/i2c/ir-kbd-i2c.c:120: warning: ‘toggle’ is used > uninitialized in this function > > To fix this, use the intermediate "toggle"