From: Simon Wunderlich Date: Sat, 2 Jan 2010 10:30:47 +0000 (+0100) Subject: Staging: batman-adv: check all kmalloc()s X-Git-Tag: v2.6.34-rc1~10^2~1^2~268 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4bf05d3960981a4291bcc9580f3d73eb4dcbe84;p=pandora-kernel.git Staging: batman-adv: check all kmalloc()s there are some kmallocs left which are not checked whether they succeeds or not, which might lead to corrupted data structures if the system memory is full. This patch should clean up the remaining unchecked kmalloc()s. Signed-off-by: Simon Wunderlich Signed-off-by: Andrew Lunn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed