diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-01-14 16:37:28 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-01-14 16:37:28 -0800 |
| commit | a98ef66c6d23dd766add36dd61b1932df918e3ff (patch) | |
| tree | 9ea7035a8fe0b48ce1d0b2f5a77217302ad0f70d /usb | |
| parent | 11292ee984869853ed5b86a032f6ef4ad2ae2a85 (diff) | |
| download | patches-a98ef66c6d23dd766add36dd61b1932df918e3ff.tar.gz | |
usb build fix and staging patches
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/usb-export-usb_quirk_reset_morphs-through-sysfs.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usb-export-usb_quirk_reset_morphs-through-sysfs.patch b/usb/usb-export-usb_quirk_reset_morphs-through-sysfs.patch index bc79b4e63d708f..67211207724dee 100644 --- a/usb/usb-export-usb_quirk_reset_morphs-through-sysfs.patch +++ b/usb/usb-export-usb_quirk_reset_morphs-through-sysfs.patch @@ -37,7 +37,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> + const char *buf, size_t count) +{ + struct usb_device *udev = to_usb_device(dev); -+ int config, value; ++ int config; + + if (sscanf(buf, "%d", &config) != 1 || config < 0 || config > 1) + return -EINVAL; |
