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>
This commit is contained in:
parent
554cc171e3
commit
5a33956a30
|
@ -571,6 +571,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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue