[alsa-devel] [PATCH 00/31] Kill BUG*() volume 2: ASoC

Takashi Iwai tiwai at suse.de
Tue Nov 5 18:39:47 CET 2013


Hi,

this is a second series of small patches to replace the usages of
BUG*() macros, at this time, in ASoC.  And the last patch is a
revival of the previous coverity fix.

The patches have been split to small pieces, but feel free to
combine them appropriately.

 [PATCH 01/31] ASoC: blackfin: Use WARN_ON() instead of BUG_ON()
 [PATCH 02/31] ASoC: max98088: Use WARN_ON() instead of BUG_ON()
 [PATCH 03/31] ASoC: max98095: Use WARN_ON() instead of BUG_ON()
 [PATCH 04/31] ASoC: tpa6130a2: Use WARN_ON() instead of BUG_ON()
 [PATCH 05/31] ASoC: wm0010: Use WARN_ON() instead of BUG_ON()
 [PATCH 06/31] ASoC: wm2000: Use WARN_ON() instead of BUG_ON()
 [PATCH 07/31] ASoC: wm8580: Use WARN() instead of BUG_ON()
 [PATCH 08/31] ASoC: wm5100: Use WARN_ON() instead of BUG_ON()
 [PATCH 09/31] ASoC: wm8776: Use WARN_ON() instead of BUG_ON()
 [PATCH 10/31] ASoC: wm8900: Use WARN_ON() instead of BUG_ON()
 [PATCH 11/31] ASoC: wm8904: Use WARN_ON() instead of BUG_ON()
 [PATCH 12/31] ASoC: wm9713: Use WARN_ON() instead of BUG_ON()
 [PATCH 13/31] ASoC: wm_adsp: Fix BUG_ON() and WARN_ON() usages
 [PATCH 14/31] ASoC: mid-x86: Use WARN_ON() instead of BUG_ON()
 [PATCH 15/31] ASoC: omap: Use WARN_ON() instead of BUG_ON()
 [PATCH 16/31] ASoC: pxa: Use WARN_ON() instead of BUG_ON()
 [PATCH 17/31] ASoC: s6000: Use WARN_ON() instead of BUG_ON()
 [PATCH 18/31] ASoC: rcar: Use WARN_ON() instead of BUG_ON()
 [PATCH 19/31] ASoC: sh: Use WARN_ON() instead of BUG_ON()
 [PATCH 20/31] ASoC: txx9: Use WARN_ON() instead of BUG_ON()
 [PATCH 21/31] ASoC: dapm: Use WARN_ON() instead of BUG_ON()
 [PATCH 22/31] ASoC: wm5100: Replace BUG() with snd_BUG()
 [PATCH 23/31] ASoC: wm8350: Replace BUG() with snd_BUG()
 [PATCH 24/31] ASoC: wm8900: Replace BUG() with snd_BUG()
 [PATCH 25/31] ASoC: wm8904: Replace BUG() with snd_BUG()
 [PATCH 26/31] ASoC: wm8958: Replace BUG() with snd_BUG()
 [PATCH 27/31] ASoC: wm8962: Replace BUG() with snd_BUG()
 [PATCH 28/31] ASoC: wm8996: Replace BUG() with snd_BUG()
 [PATCH 29/31] ASoC: wm_hubs: Replace BUG() with snd_BUG()
 [PATCH 30/31] ASoC: Replace BUG() with snd_BUG()
 [PATCH 31/31] ASoC: max98095: Add missing negative channel checks


thanks,

Takashi


More information about the Alsa-devel mailing list