commit | 4c5ade414912cd903906339491675352bfccbdfe | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Tue Aug 30 22:16:15 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 13 15:48:48 2011 -0400 |
tree | e3be0b7ff13dc818eba3a3794d45159d636845e8 | |
parent | edf6b784c0e574696915e7b04fe42158f3112d0d [diff] |
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 <error27@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>