Re: [PATCH] staging: most: usb: Remove variable frame_size

2019-05-24 Thread Christian.Gromm
On Do, 2019-05-23 at 18:51 +0200, Greg KH wrote: > External E-Mail > > > On Thu, May 23, 2019 at 06:53:34PM +0530, Nishka Dasgupta wrote: > > > > Remove variable frame_size as its multiple usages are all > > independent of > > each other and so can be returned separately. > > Issue found with Co

Re: [PATCH] staging: most: usb: Remove variable frame_size

2019-05-24 Thread Christian.Gromm
On Do, 2019-05-23 at 18:53 +0530, Nishka Dasgupta wrote: > External E-Mail > > > Remove variable frame_size as its multiple usages are all independent > of > each other and so can be returned separately. > Issue found with Coccinelle. > > Signed-off-by: Nishka Dasgupta Acked-by: Christian Grom

Re: [PATCH] staging: most: cdev: fix chrdev_region leak in mod_exit

2019-05-02 Thread Christian.Gromm
On Mi, 2019-04-24 at 21:23 +0200, Eugeniu Rosca wrote: > External E-Mail > > > From: Suresh Udipi > > It looks like v4.18-rc1 commit [0] which upstreams mld-1.8.0 > commit [1] missed to fix the memory leak in mod_exit function. > > Do it now. > > [0] aba258b7310167 ("staging: most: cdev: fix