Skip to content
  • Takashi Iwai's avatar
    ASoC: Fix compile warning in wm8750.c · f6b864a9
    Takashi Iwai authored
    
    
    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: default avatarTakashi Iwai <tiwai@suse.de>
    f6b864a9