usbcore: add configuration_string to attribute group
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 6 Jul 2006 19:37:42 +0000 (15:37 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:49 +0000 (11:58 -0700)
commitb6eb2d84d2bb01e9fcc46a032a3429b4747b1c47
tree29b45817f18101378d4943fa354c1f553f7e5a64
parentb94badbb47cb50f4fca8440efdaa8ebd32604fe4
usbcore: add configuration_string to attribute group

This patch (as737b) does a very small cleanup of core/sysfs.c by adding
the configuration_string attribute file to the existing attribute group
instead of treating it separately.  It doesn't need this separate
treatment because unlike the other device string attributes, it changes
along with the active configuration.

The patch also fixes a simple typo (which, oddly enough, doesn't seem to
bother the compiler).

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/sysfs.c