linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil-cisco@xs4all.nl>
To: linux-media@vger.kernel.org
Subject: [PATCHv2 0/3] Three fixes to clean up daily build warnings
Date: Thu,  8 Oct 2020 13:59:10 +0200	[thread overview]
Message-ID: <20201008115913.3579973-1-hverkuil-cisco@xs4all.nl> (raw)

New warnings appeared in the daily build after switching to gcc 10.2.0.
These patches fix those warnings.

Changes since v1: incorporated irc comments from Mauro

- tvp7002.c: rather than initializing val, just don't fill 'reg' on error.
- drxk_hard.c: the underlying cause is a wrong while condition, fix that.

	Hans

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

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

-- 
2.28.0


             reply	other threads:[~2020-10-08 11:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-08 11:59 Hans Verkuil [this message]
2020-10-08 11:59 ` [PATCHv2 1/3] s5k5baf: drop 'data' field in struct s5k5baf_fw Hans Verkuil
2020-10-08 12:58   ` Philipp Zabel
2020-10-08 14:01     ` Philipp Zabel
2020-10-08 11:59 ` [PATCHv2 2/3] tvp7002: fix uninitialized variable warning Hans Verkuil
2020-10-08 11:59 ` [PATCHv2 3/3] dvb-frontends/drxk_hard.c: " Hans Verkuil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201008115913.3579973-1-hverkuil-cisco@xs4all.nl \
    --to=hverkuil-cisco@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).