diff options
Diffstat (limited to 'drivers/usb/gadget/net2280.c')
-rw-r--r-- | drivers/usb/gadget/net2280.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/net2280.c b/drivers/usb/gadget/net2280.c index 3dd40b4e675c..a218a4de5dc9 100644 --- a/drivers/usb/gadget/net2280.c +++ b/drivers/usb/gadget/net2280.c | |||
@@ -2481,7 +2481,7 @@ static void handle_stat1_irqs (struct net2280 *dev, u32 stat) | |||
2481 | mask = (1 << HIGH_SPEED) | (1 << FULL_SPEED); | 2481 | mask = (1 << HIGH_SPEED) | (1 << FULL_SPEED); |
2482 | 2482 | ||
2483 | /* VBUS disconnect is indicated by VBUS_PIN and VBUS_INTERRUPT set. | 2483 | /* VBUS disconnect is indicated by VBUS_PIN and VBUS_INTERRUPT set. |
2484 | * Root Port Reset is indicated by ROOT_PORT_RESET_INTERRRUPT set and | 2484 | * Root Port Reset is indicated by ROOT_PORT_RESET_INTERRUPT set and |
2485 | * both HIGH_SPEED and FULL_SPEED clear (as ROOT_PORT_RESET_INTERRUPT | 2485 | * both HIGH_SPEED and FULL_SPEED clear (as ROOT_PORT_RESET_INTERRUPT |
2486 | * only indicates a change in the reset state). | 2486 | * only indicates a change in the reset state). |
2487 | */ | 2487 | */ |