From a29c408521b2b8969fead6aa3c7819800d6b473a Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Fri, 18 Jan 2013 10:41:38 +0300 Subject: [PATCH] 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-format-patch failed