All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: Fix sparse warnings
@ 2015-07-27  8:56 Lars-Peter Clausen
  2015-07-27  8:56 ` [PATCH 1/6] ASoC: wm8804: Drop dublicate const Lars-Peter Clausen
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Lars-Peter Clausen @ 2015-07-27  8:56 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood
  Cc: alsa-devel, Banajit Goswami, Kuninori Morimoto, Patrick Lai,
	patches, Arnaud Pouliquen, Max Filippov, Lars-Peter Clausen,
	Charles Keepax

Hi,

This series fixes a couple of sparse warnings that have appeared recently
in the ASoC tree. Non of them are critical mostly just missing annotations
or storage qualifiers. It still makes sense to fix those though since it
reduces the noise that has to be filtered through when checking new code
for new (potentially critical) warnings.

- Lars

Lars-Peter Clausen (6):
  ASoC: wm8804: Drop dublicate const
  ASoC: lpass-ipq806x: Staticise local symbols
  ASoC: rcar ctu: Staticise local symbols
  ASoC: uniperf: Add missing __iomem annotation
  ASoC: uniperf: Staticise local symbols
  ASoC: xtfpga-i2s: Add missing __rcu annotation

 sound/soc/codecs/wm8804.c       | 2 +-
 sound/soc/qcom/lpass-ipq806x.c  | 2 +-
 sound/soc/sh/rcar/ctu.c         | 2 +-
 sound/soc/sti/uniperif.h        | 2 +-
 sound/soc/sti/uniperif_player.c | 2 +-
 sound/soc/xtensa/xtfpga-i2s.c   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-07-29 14:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27  8:56 [PATCH 0/6] ASoC: Fix sparse warnings Lars-Peter Clausen
2015-07-27  8:56 ` [PATCH 1/6] ASoC: wm8804: Drop dublicate const Lars-Peter Clausen
2015-07-27 19:53   ` Charles Keepax
2015-07-29 14:13   ` Applied "ASoC: wm8804: Drop duplicate const" to the asoc tree Mark Brown
2015-07-27  8:56 ` [PATCH 2/6] ASoC: lpass-ipq806x: Staticise local symbols Lars-Peter Clausen
2015-07-28 12:01   ` Srinivas Kandagatla
2015-07-29 14:13   ` Applied "ASoC: lpass-ipq806x: Staticise local symbols" to the asoc tree Mark Brown
2015-07-27  8:56 ` [PATCH 3/6] ASoC: rcar ctu: Staticise local symbols Lars-Peter Clausen
2015-07-27 23:36   ` Kuninori Morimoto
2015-07-29 14:13   ` Applied "ASoC: rcar ctu: Staticise local symbols" to the asoc tree Mark Brown
2015-07-27  8:56 ` [PATCH 4/6] ASoC: uniperf: Add missing __iomem annotation Lars-Peter Clausen
2015-07-28  7:41   ` Arnaud Pouliquen
2015-07-29 14:13   ` Applied "ASoC: uniperf: Add missing __iomem annotation" to the asoc tree Mark Brown
2015-07-27  8:56 ` [PATCH 5/6] ASoC: uniperf: Staticise local symbols Lars-Peter Clausen
2015-07-28  7:49   ` Arnaud Pouliquen
2015-07-29 14:13   ` Applied "ASoC: uniperf: Staticise local symbols" to the asoc tree Mark Brown
2015-07-27  8:56 ` [PATCH 6/6] ASoC: xtfpga-i2s: Add missing __rcu annotation Lars-Peter Clausen
2015-07-28 10:48   ` Max Filippov
2015-07-29 14:13   ` Applied "ASoC: xtfpga-i2s: Add missing __rcu annotation" to the asoc tree Mark Brown

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.