From: Lan Tianyu Date: Fri, 3 Aug 2012 08:30:35 +0000 (+0800) Subject: usb: Rename temp variable "config" to "val" in the set_avoid_reset_quirk() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc2cc320cd3e53954187d9cff8145f38ae4a015;p=pandora-kernel.git usb: Rename temp variable "config" to "val" in the set_avoid_reset_quirk() In USB, the word "config" already has aseparate meaning. So it will cause confusion if use "config" as variable's name for other purposes. This patch is to convert the "config" to "val" Acked-by: Alan Stern Signed-off-by: Lan Tianyu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed