From: "Subhransu S. Prusty" <subhransu.s.prusty@intel.com>
To: Fabio Estevam <fabio.estevam@nxp.com>
Cc: jeeja.kp@intel.com, alsa-devel@alsa-project.org,
broonie@kernel.org, dan.carpenter@oracle.com
Subject: Re: [PATCH v2] ASoC: hdac_hdmi: Remove 'edev' NULL check
Date: Wed, 17 Feb 2016 17:38:18 +0530 [thread overview]
Message-ID: <20160217120813.GA5008@subhransu-desktop> (raw)
In-Reply-To: <1455709333-19807-1-git-send-email-fabio.estevam@nxp.com>
On Wed, Feb 17, 2016 at 09:42:13AM -0200, Fabio Estevam wrote:
> Commit 4a3478debf36 ("ASoC: hdac_hdmi: Add jack reporting")
> leads to the following Smatch complaint:
>
> sound/soc/codecs/hdac_hdmi.c:971 hdac_hdmi_present_sense()
> warn: variable dereferenced before check 'edev' (see line 967)
>
> As explained by Subhransu S. Prusty:
>
> "This NULL check is not required, can be removed.
>
> edev object is expected to be present when the present_sense is
> called. This is called from places where this edev object is
> already available."
>
> So remove the evdev NULL check.
>
> Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
> ---
> Changes since v1:
> - Remove NULL check (Subhransu)
>
> sound/soc/codecs/hdac_hdmi.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c
> index 36f1200..2884dbf 100644
> --- a/sound/soc/codecs/hdac_hdmi.c
> +++ b/sound/soc/codecs/hdac_hdmi.c
> @@ -968,9 +968,6 @@ static void hdac_hdmi_present_sense(struct hdac_hdmi_pin *pin, int repoll)
> struct hdac_hdmi_pcm *pcm;
> int val;
>
> - if (!edev)
> - return;
> -
> pin->repoll_count = repoll;
>
> pm_runtime_get_sync(&edev->hdac.dev);
> --
> 1.9.1
>
--
next prev parent reply other threads:[~2016-02-17 12:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 11:42 [PATCH v2] ASoC: hdac_hdmi: Remove 'edev' NULL check Fabio Estevam
2016-02-17 12:08 ` Subhransu S. Prusty [this message]
2016-02-17 19:13 ` Applied "ASoC: hdac_hdmi: Remove 'edev' NULL check" to the asoc tree Mark Brown
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=20160217120813.GA5008@subhransu-desktop \
--to=subhransu.s.prusty@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=dan.carpenter@oracle.com \
--cc=fabio.estevam@nxp.com \
--cc=jeeja.kp@intel.com \
/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).