From: Mark Einon Date: Fri, 16 Nov 2012 10:47:41 +0000 (+0000) Subject: staging: et131x: Replace kmem_cache use with plain kmalloc/kfree X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~271 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d959df0a4940e3c07be992279b9439626b23083f;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed