Files
linux/drivers
Russell King ffdce2cc6a net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
fec_enet_alloc_buffers() assumes that kmalloc() will never fail, which
is an invalid assumption.  Fix this by implementing a common error
cleanup path, and use it to also clean up after failed bounce buffer
allocation.

Acked-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-07 21:21:23 -07:00
..
2014-06-23 16:47:44 -07:00
2014-06-17 14:28:04 +02:00
2014-05-27 17:38:11 -07:00
2014-05-26 21:27:09 +02:00
2014-06-23 09:22:48 +03:00