commit | 0624760c96da3ffeaec8027a016475ae752d75e1 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Nov 27 20:31:19 2012 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Nov 28 13:46:22 2012 +0100 |
tree | ad2624cfa20c66d297f1511b96d4d192116c6f2b | |
parent | d9d8b01978f6510a262ddc4da3b3694d5b149cfe [diff] |
mac80211: fix potential NULL dereference Smatch complains that we could dereference skb later in the function. It's probably unlikely, but we may as well return here and avoid it. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> [change summary] Signed-off-by: Johannes Berg <johannes.berg@intel.com>