From: Harvey Harrison Date: Fri, 29 Feb 2008 10:44:26 +0000 (+0100) Subject: [ALSA] sound: emuproc.c fix signedness warning X-Git-Tag: v2.6.26-rc1~1087^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4677df07e551d64167f64eba5e3563b3df7f4ca8;p=pandora-kernel.git [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 * Signed-off-by: Harvey Harrison Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed