media: tda9840: cleanup a warning
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Mar 2018 11:48:08 +0000 (07:48 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 23 Mar 2018 11:48:08 +0000 (07:48 -0400)
commitafdb4ca2be93d02cd1902395a7191097963dd8c1
tree05c464df2e6ce9a7cc6c63ac1588636bc02f25bc
parente771bdf595ce7b297d9d50918300220f4981b5da
media: tda9840: cleanup a warning

There's a false positive warning there:
drivers/media/i2c/tda9840.c:79 tda9840_status() error: uninitialized symbol 'byte'.

Change the code to match our coding style, in order to fix it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/tda9840.c