Re: [PATCH] usb: misc: rio500: fix result type for error message

2016-12-08 Thread Jae Joong Kim
Hi Greg, It was my fault to reply email to you except Linux USB mailing list. So, I resend a reply email :) 2016-12-08 9:45 GMT+09:00 Jae Joong Kim : > Hi Greg > > 2016-12-07 23:50 GMT+09:00 Greg KH : >> >> On Wed, Dec 07, 2016 at 08:12:10PM +0900, Kim Jae Joong wrote: >> > Fix variable type for

Re: [PATCH] usb: misc: rio500: fix result type for error message

2016-12-07 Thread Oliver Neukum
On Wed, 2016-12-07 at 15:50 +0100, Greg KH wrote: > On Wed, Dec 07, 2016 at 08:12:10PM +0900, Kim Jae Joong wrote: > > Fix variable type for dev_err about usb_bulk_msg() > > What was wrong with it before this change? What warning are you > "changing"? It was subtle. The error message printed a s

Re: [PATCH] usb: misc: rio500: fix result type for error message

2016-12-07 Thread Greg KH
On Wed, Dec 07, 2016 at 08:12:10PM +0900, Kim Jae Joong wrote: > Fix variable type for dev_err about usb_bulk_msg() What was wrong with it before this change? What warning are you "changing"? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of

[PATCH] usb: misc: rio500: fix result type for error message

2016-12-07 Thread Kim Jae Joong
Fix variable type for dev_err about usb_bulk_msg() Signed-off-by: Kim Jae Joong --- drivers/usb/misc/rio500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/misc/rio500.c b/drivers/usb/misc/rio500.c index 13731d5..fc329c9 100644 --- a/drivers/usb/misc/rio500.c ++