Atheros, atl2: Fix mem leaks in error paths of atl2_set_eeprom
authorJesper Juhl <jj@chaosbits.net>
Sun, 27 Mar 2011 09:16:12 +0000 (09:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Mar 2011 09:42:25 +0000 (02:42 -0700)
We leak in some error paths of drivers/net/atlx/atl2.c:atl2_set_eeprom().
The memory allocated to 'eeprom_buff' is not freed when we return -EIO.
This patch fixes that up and also removes a pointless explicit cast.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found