]> git.sur5r.net Git - u-boot/blobdiff - include/usb/lin_gadget_compat.h
arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/master
[u-boot] / include / usb / lin_gadget_compat.h
index 9b315118d5e94ec7489f6304c305bc53fc64491f..fce3be7e80291a57709682118d6f3d2cc7c0c23b 100644 (file)
@@ -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(...)