commit | f6b864a9071e21186476910613ec9913b56067a2 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Aug 12 18:22:10 2011 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Aug 12 18:22:10 2011 +0200 |
tree | 37f349ade7287de193d3b1766daa4410c2cfb40d | |
parent | 7ec41ee5ad5f716f67041c0d49014d0becb5332c [diff] |
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 <tiwai@suse.de>