Searched hist:"4677 df07e551d64167f64eba5e3563b3df7f4ca8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emuproc.c | diff 4677df07e551d64167f64eba5e3563b3df7f4ca8 Fri Feb 29 04:44:26 CST 2008 Harvey Harrison <harvey.harrison@gmail.com> [ALSA] sound: emuproc.c fix signedness warning
Reading regs from the fpga into an int instead of a u32, trivial fix. sound/pci/emu10k1/emuproc.c:422:34: warning: incorrect type in argument 3 (different signedness) sound/pci/emu10k1/emuproc.c:422:34: expected unsigned int [usertype] *value sound/pci/emu10k1/emuproc.c:422:34: got int *<noident>
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|