]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/rtc/rtc-jz4740.c
drivers/rtc/rtc-jz4740.c: fix IRQ error check
[karo-tx-linux.git] / drivers / rtc / rtc-jz4740.c
index 05ab227eeff725aaa11761990fc520de9b71ce07..1224182d3eabb165892aeb3350c1914bf590c9a1 100644 (file)
@@ -42,7 +42,7 @@ struct jz4740_rtc {
 
        struct rtc_device *rtc;
 
-       unsigned int irq;
+       int irq;
 
        spinlock_t lock;
 };