commit | d959df0a4940e3c07be992279b9439626b23083f | [log] [tgz] |
---|---|---|
author | Mark Einon <mark.einon@gmail.com> | Fri Nov 16 10:47:41 2012 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 21 13:57:28 2012 -0800 |
tree | 99c788ea3b59b129e835119042d1c83025c1b9c7 | |
parent | 9967bd4842b39eaf632f77028fdd798775fd9686 [diff] |
staging: et131x: Replace kmem_cache use with plain kmalloc/kfree The use of a kmem_cache was noted as being unusual in the TODO. Replace the kmem_cache with kmalloc/kfree so that the code is less suprising. Also tidy up the mess that was the et131x_init_recv() out of memory error path. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>