From: Ying Xue Date: Thu, 16 Aug 2012 12:09:08 +0000 (+0000) Subject: tipc: remove pointless name sanity check and tipc_alphabet array X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~310 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0739385ba10f59105e87a46cc93d9d9a10553c;p=pandora-kernel.git tipc: remove pointless name sanity check and tipc_alphabet array There is no real reason to check whether all letters in the given media name and network interface name are within the character set defined in tipc_alphabet array. Even if we eliminate the checking, the rest of checking conditions in tipc_enable_bearer() can ensure we do not enable an invalid or illegal bearer. Signed-off-by: Ying Xue Signed-off-by: Jon Maloy Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed