libertas: add NULL check on return value of get_zeroed_page
authorKiran Divekar <kirandivekar@gmail.com>
Fri, 28 Aug 2009 12:17:59 +0000 (17:47 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 28 Aug 2009 18:41:01 +0000 (14:41 -0400)
Most of the places in debugfs.c are missing a NULL check on the return value of
get_zeroed_page API call. Added required NULL check at appropriate places.

Signed-off-by: Kiran Divekar <kirandivekar@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found