diff options
Diffstat (limited to 'drivers/rtc/rtc-cmos.c')
-rw-r--r-- | drivers/rtc/rtc-cmos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-cmos.c b/drivers/rtc/rtc-cmos.c index d37bb86db5d0..cf98a5d8358e 100644 --- a/drivers/rtc/rtc-cmos.c +++ b/drivers/rtc/rtc-cmos.c | |||
@@ -58,7 +58,7 @@ struct cmos_rtc { | |||
58 | }; | 58 | }; |
59 | 59 | ||
60 | /* both platform and pnp busses use negative numbers for invalid irqs */ | 60 | /* both platform and pnp busses use negative numbers for invalid irqs */ |
61 | #define is_valid_irq(n) ((n) >= 0) | 61 | #define is_valid_irq(n) ((n) > 0) |
62 | 62 | ||
63 | static const char driver_name[] = "rtc_cmos"; | 63 | static const char driver_name[] = "rtc_cmos"; |
64 | 64 | ||