commit | 9c90a9f64c21b0a3983655c9c08cf98489057a43 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jun 04 12:46:03 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jun 04 12:47:08 2013 +0200 |
tree | f880fb4dec18eb1b0d8f9c4b8ae827ee5a8cba04 | |
parent | d6d23de2786edca61fb9813ff7cdc7d2543d08a7 [diff] |
nl80211: remove bogus genlmsg_end() error checking genlmsg_end() can't return an error since it returns the skb length so remove checks treating the return value as an error code. Signed-off-by: Johannes Berg <johannes.berg@intel.com>