On Thu, Aug 11, 2016 at 04:38:54PM +0200, Christophe JAILLET wrote: > We know that 'retval = 0' because it has been tested a few lines above. > So, if 'devm_kmalloc' fails, 0 will be returned instead of an error code. > Return -ENOMEM instead. > > Fixes: 8b4c0009313f ("rt2x00usb: Use usb anchor to manage URB") > > Signed-off-by: Christophe JAILLET <christophe.jail...@wanadoo.fr> Acked-by: Stanislaw Gruszka <sgrus...@redhat.com>
- [PATCH] rt2x00usb: Fix error return code Christophe JAILLET
- Re: [PATCH] rt2x00usb: Fix error return code Stanislaw Gruszka