Home
last modified time | relevance | path

Searched hist:a29c408521b2b8969fead6aa3c7819800d6b473a (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.cdiff a29c408521b2b8969fead6aa3c7819800d6b473a Fri Jan 18 08:41:38 CET 2013 Dan Carpenter <dan.carpenter@oracle.com> 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 <dan.carpenter@oracle.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>