[PATCH]drivers/usb/core/sysfs.c:201 unused variable 'value'

From: René Bolldorf
Date: Tue Dec 29 2009 - 18:49:49 EST


The variable 'value' is unused in 'set_reset_quirk()'.

Greetings René Bolldorf

--- ./drivers/usb/core/sysfs.c 2009-12-29 23:57:30.579982912 +0100
+++ ./drivers/usb/core/sysfs.c 2009-12-29 23:58:19.114982484 +0100
@@ -198,7 +198,7 @@ set_reset_quirk(struct device *dev, stru
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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/