mbox series

[net,v2,0/2] smsc95xx: fix smsc95xx_bind

Message ID 20200706083935.19040-1-andre.edich@microchip.com
Headers show
Series smsc95xx: fix smsc95xx_bind | expand

Message

Andre Edich July 6, 2020, 8:39 a.m. UTC
The patchset fixes two problems in the function smsc95xx_bind:
 - return of false success
 - memory leak

Changes in v2:
- added "Fixes" tags to both patches

Andre Edich (2):
  smsc95xx: check return value of smsc95xx_reset
  smsc95xx: avoid memory leak in smsc95xx_bind

 drivers/net/usb/smsc95xx.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Comments

David Miller July 6, 2020, 7:22 p.m. UTC | #1
From: Andre Edich <andre.edich@microchip.com>
Date: Mon, 6 Jul 2020 10:39:33 +0200

> The patchset fixes two problems in the function smsc95xx_bind:
>  - return of false success
>  - memory leak
> 
> Changes in v2:
> - added "Fixes" tags to both patches

Series applied, thank you.