commit | 728d9fd9f148f03ec0bfa4891a44210a032d9663 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Mar 23 07:33:22 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Mar 23 07:33:22 2018 -0400 |
tree | 24e682c5d82a5167622c1def984c9dadbff8592c | |
parent | 2be09d8d8342f775a9a6a9da6b91dded0a879718 [diff] |
media: em28xx-input: improve error handling code The current I2C error handling logic makes static analyzers confused: drivers/media/usb/em28xx/em28xx-input.c:96 em28xx_get_key_terratec() error: uninitialized symbol 'b'. Change it to match the coding style we're using elsewhere. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>