mac80211: use kstrtoull return value
authorJohannes Berg <johannes.berg@intel.com>
Mon, 5 Nov 2012 19:30:39 +0000 (20:30 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 7 Nov 2012 17:01:41 +0000 (18:01 +0100)
commit6fc1da9b4bba273989a707997f52b6382f608a2f
treedf1c294400aab274eba89250fba538b977a393c5
parent41c97a2032e753d7975828c51b23b570dc6f9b0d
mac80211: use kstrtoull return value

If kstrtoull() returns an error code (a value
smaller than zero), use it since it can be an
error other than -EINVAL.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debugfs_netdev.c