From: Johannes Berg Date: Mon, 5 Nov 2012 19:30:39 +0000 (+0100) Subject: mac80211: use kstrtoull return value X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc1da9b4bba273989a707997f52b6382f608a2f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed