USB: digi_accelport.c trivial sparse lock annotation

From: Harvey Harrison
Date: Fri May 30 2008 - 13:18:53 EST



Signed-off-by: Harvey Harrison <harvey.harrison@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
drivers/usb/serial/digi_acceleport.c | 1 +
1 file changed, 1 insertion(+)

--- a/drivers/usb/serial/digi_acceleport.c
+++ b/drivers/usb/serial/digi_acceleport.c
@@ -571,6 +571,7 @@ static struct usb_serial_driver digi_acc
static long cond_wait_interruptible_timeout_irqrestore(
wait_queue_head_t *q, long timeout,
spinlock_t *lock, unsigned long flags)
+__releases(lock)
{
DEFINE_WAIT(wait);



Patches currently in gregkh-2.6 which might be from harvey.harrison@xxxxxxxxx are

usb/usb-use-get_unaligned_-helpers-for-kl5kusb105-driver.patch
usb/usb-cp2101.c-fix-sparse-signedness-mismatch-warnings.patch
usb/usb-digi_accelport.c-trivial-sparse-lock-annotation.patch
usb/usb-speedtch.c-fix-sparse-shadowed-variable-warning.patch
--
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/