From: Antonio Ospite Date: Tue, 29 Jan 2013 11:56:26 +0000 (+0100) Subject: ALSA: Force a cast to silence a warning from "sparse" X-Git-Tag: v3.9-rc1~129^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019d80db5727707faa2108fcd4fbbfac9defb3a6;p=pandora-kernel.git ALSA: Force a cast to silence a warning from "sparse" Some audio drivers are calling snd_dma_continuous_data(GFP_KERNEL) which makes "sparse" give a warning: $ make C=2 M=sound/usb modules ... sound/usb/6fire/pcm.c:625:25: warning: cast from restricted gfp_t sound/usb/caiaq/audio.c:845:41: warning: cast from restricted gfp_t sound/usb/usx2y/usbusx2yaudio.c:997:54: warning: cast from restricted gfp_t sound/usb/usx2y/usbusx2yaudio.c:1001:54: warning: cast from restricted gfp_t sound/usb/usx2y/usx2yhwdeppcm.c:774:54: warning: cast from restricted gfp_t sound/usb/usx2y/usx2yhwdeppcm.c:778:54: warning: cast from restricted gfp_t Add __force to the cast to silence the warning. Signed-off-by: Antonio Ospite Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed