diff options
Diffstat (limited to 'include/usb/lin_gadget_compat.h')
| -rw-r--r-- | include/usb/lin_gadget_compat.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/usb/lin_gadget_compat.h b/include/usb/lin_gadget_compat.h index 9b315118d..fce3be7e8 100644 --- a/include/usb/lin_gadget_compat.h +++ b/include/usb/lin_gadget_compat.h @@ -26,7 +26,7 @@  /* common */  #define spin_lock_init(...)  #define spin_lock(...) -#define spin_lock_irqsave(lock, flags) do {flags = 1; } while (0) +#define spin_lock_irqsave(lock, flags) do { debug("%lu\n", flags); } while (0)  #define spin_unlock(...)  #define spin_unlock_irqrestore(lock, flags) do {flags = 0; } while (0)  #define disable_irq(...) |