* [PATCH] usb: digi_accelport.c trivial sparse lock annotation
@ 2008-05-30 17:18 Harvey Harrison
2008-06-06 22:51 ` patch usb-digi_accelport.c-trivial-sparse-lock-annotation.patch added to gregkh-2.6 tree gregkh
0 siblings, 1 reply; 2+ messages in thread
From: Harvey Harrison @ 2008-05-30 17:18 UTC (permalink / raw)
To: Greg KH; +Cc: LKML, Al Viro
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
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 04a56f3..d8209e9 100644
--- a/drivers/usb/serial/digi_acceleport.c
+++ b/drivers/usb/serial/digi_acceleport.c
@@ -573,6 +573,7 @@ static struct usb_serial_driver digi_acceleport_4_device = {
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);
--
1.5.6.rc0.277.g804cf
^ permalink raw reply related [flat|nested] 2+ messages in thread
* patch usb-digi_accelport.c-trivial-sparse-lock-annotation.patch added to gregkh-2.6 tree
2008-05-30 17:18 [PATCH] usb: digi_accelport.c trivial sparse lock annotation Harvey Harrison
@ 2008-06-06 22:51 ` gregkh
0 siblings, 0 replies; 2+ messages in thread
From: gregkh @ 2008-06-06 22:51 UTC (permalink / raw)
To: harvey.harrison, gregkh, linux-kernel, viro
This is a note to let you know that I've just added the patch titled
Subject: USB: digi_accelport.c trivial sparse lock annotation
to my gregkh-2.6 tree. Its filename is
usb-digi_accelport.c-trivial-sparse-lock-annotation.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From harvey.harrison@gmail.com Fri Jun 6 15:16:54 2008
From: Harvey Harrison <harvey.harrison@gmail.com>
Date: Fri, 30 May 2008 10:18:53 -0700
Subject: USB: digi_accelport.c trivial sparse lock annotation
To: Greg KH <gregkh@suse.de>
Cc: LKML <linux-kernel@vger.kernel.org>, Al Viro <viro@ZenIV.linux.org.uk>
Message-ID: <1212167934.28403.196.camel@brick>
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
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@gmail.com 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-06 22:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30 17:18 [PATCH] usb: digi_accelport.c trivial sparse lock annotation Harvey Harrison
2008-06-06 22:51 ` patch usb-digi_accelport.c-trivial-sparse-lock-annotation.patch added to gregkh-2.6 tree gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox