mbox series

[0/3] Three fixes to clean up daily build warnings

Message ID 20201006073006.2315225-1-hverkuil-cisco@xs4all.nl
Headers show
Series Three fixes to clean up daily build warnings | expand

Message

Hans Verkuil Oct. 6, 2020, 7:30 a.m. UTC
New warnings appeared in the daily build after switching to gcc 10.2.0.
These patches fix those warnings.

	Hans

Hans Verkuil (3):
  tvp7002: fix uninitialized variable warning
  dvb-frontends/drxk_hard.c: fix uninitialized variable warning
  s5k5baf: drop 'data' field in struct s5k5baf_fw

 drivers/media/dvb-frontends/drxk_hard.c | 2 +-
 drivers/media/i2c/s5k5baf.c             | 5 ++---
 drivers/media/i2c/tvp7002.c             | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)