]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb678b31e4d8bb0721c466f7db71f6b3b76193edb
treedf1c294400aab274eba89250fba538b977a393c5
parent3128c7a4677c01d4bf8ee1ee5f7cff176ee61425
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