wimax: fix oops if netlink fails to add attribute
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Tue, 31 Mar 2009 00:50:17 +0000 (17:50 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Wed, 6 May 2009 20:48:36 +0000 (13:48 -0700)
commitd1a2627a29667fe7c4a9d06e1579a2d65bd39bba
tree903881c40ed4d5c6f8c9664bc6f189baedcdef5b
parent356d6c2d55b71303a17910ea2cce3eba8e44bd29
wimax: fix oops if netlink fails to add attribute

When sending a message to user space using wimax_msg(), if nla_put()
fails, correctly interpret the return code from wimax_msg_alloc() as
an err ptr and return the error code instead of crashing (as it is
assuming than non-NULL means the pointer is ok).

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
net/wimax/op-msg.c