From: Takashi Iwai Date: Fri, 12 Aug 2011 16:22:10 +0000 (+0200) Subject: ASoC: Fix compile warning in wm8750.c X-Git-Tag: v3.1-rc2~4^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6b864a9071e21186476910613ec9913b56067a2;p=pandora-kernel.git ASoC: Fix compile warning in wm8750.c sound/soc/codecs/wm8750.c:784:2: warning: missing braces around initializer sound/soc/codecs/wm8750.c:784:2: warning: (near initialization for ‘wm8750_spi_ids[2].name’) It's because struct spi_device_id.name is a char array, not a pointer, while the driver initializes explicitly with 0. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed