regulatory: remove redundant isalpha() check
authorJohannes Berg <johannes.berg@intel.com>
Mon, 3 Dec 2012 17:59:58 +0000 (18:59 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 3 Jan 2013 12:01:25 +0000 (13:01 +0100)
commitd4f2c8819a51f31ef0f929574ce8d80b323c6a76
tree7d1ba2528b5306a88eb8514f8bf3b659d9ed4f40
parent11cff96c0660e1e361d60ab90514ffbbfbaf7c03
regulatory: remove redundant isalpha() check

toupper() only modifies lower-case letters, so
the isalpha() check is redundant; remove it.

Acked-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c
This page took 0.027874 seconds and 5 git commands to generate.