From: Dan Carpenter Date: Fri, 18 Jan 2013 07:41:38 +0000 (+0300) Subject: USB: c67x00-ll-hpi.c: signedness bug in ll_recv_msg() X-Git-Tag: v3.9-rc1~126^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a29c408521b2b8969fead6aa3c7819800d6b473a;p=pandora-kernel.git USB: c67x00-ll-hpi.c: signedness bug in ll_recv_msg() The callers expect this function to return zero on success or -EIO if it times out. The type should be int instead of unsigned short. Signed-off-by: Dan Carpenter Acked-by: Peter Korsgaard Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed