All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@kernel.org>
Cc: Sean Cross <xobs@kosagi.com>,
	alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>,
	Sachin Kamat <sachin.kamat@samsung.com>
Subject: Re: [GIT PULL] ASoC updates for v3.18
Date: Mon, 06 Oct 2014 14:37:53 +0200	[thread overview]
Message-ID: <s5htx3hxtjy.wl-tiwai@suse.de> (raw)
In-Reply-To: <20141006115105.GL4609@sirena.org.uk>

At Mon, 6 Oct 2014 12:51:05 +0100,
Mark Brown wrote:
> 
> The following changes since commit bfe01a5ba2490f299e1d2d5508cbbbadd897bbe9:
> 
>   Linux 3.17 (2014-10-05 12:23:04 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.18
> 
> for you to fetch changes up to a5448c88b812390a3622e76d774e10c0da1fb970:
> 
>   Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/wm8978' and 'asoc/topic/wm8994' into asoc-next (2014-10-06 12:49:09 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Updates for v3.18
> 
>  - More componentisation work from Lars-Peter, this time mainly
>    cleaning up the suspend and bias level transition callbacks.
>  - Real system support for the Intel drivers and a bunch of fixes and
>    enhancements for the associated CODEC drivers, this is going to need
>    a lot quirks over time due to the lack of any firmware description of
>    the boards.
>  - Jack detect support for simple card from Dylan Reid.
>  - A bunch of small fixes and enhancements for the Freescale drivers.
>  - New drivers for Analog Devices SSM4567, Cirrus Logic CS35L32, Everest
>    Semiconductor ES8328 and Freescale cards using the ASRC in newer i.MX
>    processors.

Thanks, pulled now.

However, this resulted in a few new build warnings, and some of them
look correctly reported.

*  sound/soc/codecs/mc13783.c:787:13: warning: 'np' may be used uninitialized in this function [-Wuninitialized]

The call of_node_put(np) is done unconditionally even for non-NULL
pdata where np isn't initialized.  This may lead to a real crash.

* sound/soc/fsl/eukrea-tlv320.c:221:14: warning: 'ssi_np' may be used uninitialized in this function [-Wuninitialized]

A similar bug: of_node_put(ssi_np) is reached even before ssi_np is
initialized.

* sound/soc/fsl/imx-es8328.c:196:13: warning: 'codec_np' may be used uninitialized in this function [-Wuninitialized]
* sound/soc/fsl/imx-es8328.c:195:13: warning: 'ssi_np' may be used uninitialized in this function [-Wuninitialized]

Ditto. 


Relevant people put in Cc.  I hope I'll get a new pull request soon
later :)


thanks,

Takashi

  reply	other threads:[~2014-10-06 12:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06 11:51 [GIT PULL] ASoC updates for v3.18 Mark Brown
2014-10-06 12:37 ` Takashi Iwai [this message]
2014-10-06 13:07   ` Mark Brown
2014-10-06 13:12     ` Takashi Iwai
2014-10-06 13:31       ` Mark Brown
2014-10-06 13:36         ` Takashi Iwai
2014-10-07 17:14   ` Mark Brown
2014-10-07 17:53     ` Fabio Estevam
2014-10-07 18:07       ` Takashi Iwai
2014-10-07 18:15         ` Takashi Iwai
2014-10-07 18:01     ` Nicolin Chen
2014-10-07 18:08       ` Takashi Iwai
2014-10-07 18:12         ` Nicolin Chen

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=s5htx3hxtjy.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=sachin.kamat@samsung.com \
    --cc=xobs@kosagi.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.