Prev: gigaset: reduce syslog clutter
Next: linux-next: build warning after merging all the trees (tip tree related)
From: Stephen Rothwell on 23 Feb 2010 00:10 Hi Takashi, After merging the sound tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: sound/pci/hda/patch_realtek.c:7016: warning: 'alc885_macmini3_ch2_init' defined but not used sound/pci/hda/patch_realtek.c:7028: warning: 'alc885_macmini3_ch6_init' defined but not used Introduced by commit e458b1fadf9239d1fdb165ff4c4ea0d807041bec ("ALSA: hda - Add Macmini 3,1 support"). -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: Luke Yelavich on 23 Feb 2010 00:30 On Tue, Feb 23, 2010 at 04:07:46PM EST, Stephen Rothwell wrote: > Hi Takashi, > > After merging the sound tree, today's linux-next build (x86_64 > allmodconfig) produced these warnings: > > sound/pci/hda/patch_realtek.c:7016: warning: 'alc885_macmini3_ch2_init' defined but not used > sound/pci/hda/patch_realtek.c:7028: warning: 'alc885_macmini3_ch6_init' defined but not used > > Introduced by commit e458b1fadf9239d1fdb165ff4c4ea0d807041bec ("ALSA: hda > - Add Macmini 3,1 support"). Whoops, thats my fault. I'll send a patch to the ALSA dev list to fix that right away. Luke -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Takashi Iwai on 23 Feb 2010 02:20
At Tue, 23 Feb 2010 16:20:00 +1100, Luke Yelavich wrote: > > On Tue, Feb 23, 2010 at 04:07:46PM EST, Stephen Rothwell wrote: > > Hi Takashi, > > > > After merging the sound tree, today's linux-next build (x86_64 > > allmodconfig) produced these warnings: > > > > sound/pci/hda/patch_realtek.c:7016: warning: 'alc885_macmini3_ch2_init' defined but not used > > sound/pci/hda/patch_realtek.c:7028: warning: 'alc885_macmini3_ch6_init' defined but not used > > > > Introduced by commit e458b1fadf9239d1fdb165ff4c4ea0d807041bec ("ALSA: hda > > - Add Macmini 3,1 support"). > > Whoops, thats my fault. I'll send a patch to the ALSA dev list to fix that right away. I already fixed differently (just cleaned up, it's identical with mb5 definition). At the next time, please add me to Cc so that I can pick up more quickly. thanks, Takashi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |