Home
last modified time | relevance | path

Searched hist:"293 db842" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/lx6464es/
H A Dlx_core.c293db842 Wed Nov 06 10:54:55 CST 2013 Takashi Iwai <tiwai@suse.de> ALSA: lx6464es: Fix pointer cast compile warnings

The warnings are really harmless but annoying. Since they are only
about debug prints, and it's at most 32bit DMA, let's just cast to
unsigned long.

sound/pci/lx6464es/lx6464es.c:457:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
sound/pci/lx6464es/lx_core.c:1195:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Signed-off-by: Takashi Iwai <tiwai@suse.de>
293db842 Wed Nov 06 10:54:55 CST 2013 Takashi Iwai <tiwai@suse.de> ALSA: lx6464es: Fix pointer cast compile warnings

The warnings are really harmless but annoying. Since they are only
about debug prints, and it's at most 32bit DMA, let's just cast to
unsigned long.

sound/pci/lx6464es/lx6464es.c:457:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
sound/pci/lx6464es/lx_core.c:1195:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Signed-off-by: Takashi Iwai <tiwai@suse.de>
H A Dlx6464es.c293db842 Wed Nov 06 10:54:55 CST 2013 Takashi Iwai <tiwai@suse.de> ALSA: lx6464es: Fix pointer cast compile warnings

The warnings are really harmless but annoying. Since they are only
about debug prints, and it's at most 32bit DMA, let's just cast to
unsigned long.

sound/pci/lx6464es/lx6464es.c:457:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
sound/pci/lx6464es/lx_core.c:1195:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Signed-off-by: Takashi Iwai <tiwai@suse.de>
293db842 Wed Nov 06 10:54:55 CST 2013 Takashi Iwai <tiwai@suse.de> ALSA: lx6464es: Fix pointer cast compile warnings

The warnings are really harmless but annoying. Since they are only
about debug prints, and it's at most 32bit DMA, let's just cast to
unsigned long.

sound/pci/lx6464es/lx6464es.c:457:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
sound/pci/lx6464es/lx_core.c:1195:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

Signed-off-by: Takashi Iwai <tiwai@suse.de>