usb: Rename temp variable "config" to "val" in the set_avoid_reset_quirk()
authorLan Tianyu <tianyu.lan@intel.com>
Fri, 3 Aug 2012 08:30:35 +0000 (16:30 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Aug 2012 19:06:39 +0000 (12:06 -0700)
commit7fc2cc320cd3e53954187d9cff8145f38ae4a015
tree315164a1051ce66f0cf0804d96bbddeac841e3b7
parent05f2b3912323b4130dbf6d5091601d9ca3aaf119
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 <stern@rowland.harvard.edu>
Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/sysfs.c