wimax: checking ERR_PTR vs null
authorDan Carpenter <error27@gmail.com>
Thu, 22 Apr 2010 09:50:10 +0000 (02:50 -0700)
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Tue, 11 May 2010 21:09:10 +0000 (14:09 -0700)
stch_skb is allocated with wimax_gnl_re_state_change_alloc().  That
function returns ERR_PTRs on failure and doesn't return NULL.

Signed-off-by: Dan Carpenter <error27@gmail.com>

No differences found