commit | ad43f8bfb7b9a6a8b800cdad24c4a62180a5eb3d | [log] [tgz] |
---|---|---|
author | Kiran Divekar <kirandivekar@gmail.com> | Fri Aug 28 17:47:59 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 28 14:41:01 2009 -0400 |
tree | 8c3f03efdfe2e1abc0418ef485c831ba1dd6cdd4 | |
parent | 04a6445f6f5e439ef775bd18cf3f485f84bbfb1b [diff] |
libertas: add NULL check on return value of get_zeroed_page 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>