From: Dan Carpenter Date: Tue, 30 Aug 2011 19:16:15 +0000 (+0300) Subject: mac80211: handle allocation failures in mesh_pathtbl_init() X-Git-Tag: v3.2-rc1~129^2~254^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5ade414912cd903906339491675352bfccbdfe;p=pandora-kernel.git mac80211: handle allocation failures in mesh_pathtbl_init() The calls to kzalloc() weren't checked here and it upsets the static checkers. Obviously they're not super likely to fail, but we might as well add some error handling. Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed