From: Ying Xue Date: Thu, 16 Aug 2012 12:09:09 +0000 (+0000) Subject: tipc: manually inline single use media_name_valid routine X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381294331ed2858f8e75223310f873d580921366;p=pandora-kernel.git tipc: manually inline single use media_name_valid routine After eliminating the mechanism which checks whether all letters in media name string are within a given character set, the media_name_valid routine becomes trivial. It is also only used once, so it is unnecessary to keep it as a separate function. 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