From: Dan Carpenter Date: Wed, 28 Mar 2012 06:57:02 +0000 (+0300) Subject: ALSA: asihpi - fix return type of hpios_locked_mem_alloc() X-Git-Tag: v3.4-rc1~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a938fb1ef600c885f80e59b840a60894d16efb77;p=pandora-kernel.git ALSA: asihpi - fix return type of hpios_locked_mem_alloc() This function returns zero or -ENOMEM, but because it's type is u16, the -ENOMEM gets changed to 65524. None of the callers care, but lets fix it anyway as a cleanup. Signed-off-by: Dan Carpenter Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed