Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Christian.Gromm
On Mon, 2020-05-04 at 17:39 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 04, 2020 at 03:17:53PM +, > christian.gr...@microchip.com wrote: > > On Mon, 2020-05-04 at 15:54 +0200, Greg KH wrote: > > > EXTERNA

Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Greg KH
On Mon, May 04, 2020 at 03:17:53PM +, christian.gr...@microchip.com wrote: > On Mon, 2020-05-04 at 15:54 +0200, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Mon, May 04, 2020 at 03:44:00PM +0200, Christian Gromm wr

Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Greg KH
On Mon, May 04, 2020 at 03:22:08PM +, christian.gr...@microchip.com wrote: > On Mon, 2020-05-04 at 15:55 +0200, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Mon, May 04, 2020 at 03:44:00PM +0200, Christian Gromm wr

Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Christian.Gromm
On Mon, 2020-05-04 at 15:55 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 04, 2020 at 03:44:00PM +0200, Christian Gromm wrote: > > This patch fixes error handling on function parameters. > > > > Signed-off-by:

Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Christian.Gromm
On Mon, 2020-05-04 at 15:54 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 04, 2020 at 03:44:00PM +0200, Christian Gromm wrote: > > This patch fixes error handling on function parameters. > > What does that mean

Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Greg KH
On Mon, May 04, 2020 at 03:44:00PM +0200, Christian Gromm wrote: > This patch fixes error handling on function parameters. > > Signed-off-by: Christian Gromm > --- > drivers/staging/most/usb/usb.c | 33 + > 1 file changed, 17 insertions(+), 16 deletions(-) > > di

Re: [PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Greg KH
On Mon, May 04, 2020 at 03:44:00PM +0200, Christian Gromm wrote: > This patch fixes error handling on function parameters. What does that mean? If I don't understand it, I think it needs to be made a lot more explicit as to why you are making these changes :) > Signed-off-by: Christian Gromm

[PATCH] staging: most: usb: fix exception handling

2020-05-04 Thread Christian Gromm
This patch fixes error handling on function parameters. Signed-off-by: Christian Gromm --- drivers/staging/most/usb/usb.c | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/drivers/staging/most/usb/usb.c b/drivers/staging/most/usb/usb.c index