diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-05-30 13:18:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-21 18:16:22 -0400 |
commit | 5a33956a300dcb48a3b125cae437ad6f5c718282 (patch) | |
tree | 3c0eb9c55f351ffa5229f6904949a0ced666f62d | |
parent | 554cc171e3b08a0cecd5cf7c0c38f66c43f76b39 (diff) |
USB: digi_accelport.c trivial sparse lock annotation
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/serial/digi_acceleport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/digi_acceleport.c b/drivers/usb/serial/digi_acceleport.c index d96302d0d96e..28bc6fcf44f0 100644 --- a/drivers/usb/serial/digi_acceleport.c +++ b/drivers/usb/serial/digi_acceleport.c | |||
@@ -571,6 +571,7 @@ static struct usb_serial_driver digi_acceleport_4_device = { | |||
571 | static long cond_wait_interruptible_timeout_irqrestore( | 571 | static long cond_wait_interruptible_timeout_irqrestore( |
572 | wait_queue_head_t *q, long timeout, | 572 | wait_queue_head_t *q, long timeout, |
573 | spinlock_t *lock, unsigned long flags) | 573 | spinlock_t *lock, unsigned long flags) |
574 | __releases(lock) | ||
574 | { | 575 | { |
575 | DEFINE_WAIT(wait); | 576 | DEFINE_WAIT(wait); |
576 | 577 | ||