diff options
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcpci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcpci.c b/drivers/isdn/hardware/mISDN/hfcpci.c index 7f910c76ca0a..3c92780bda09 100644 --- a/drivers/isdn/hardware/mISDN/hfcpci.c +++ b/drivers/isdn/hardware/mISDN/hfcpci.c | |||
@@ -2295,8 +2295,8 @@ _hfcpci_softirq(struct device *dev, void *arg) | |||
2295 | static void | 2295 | static void |
2296 | hfcpci_softirq(void *arg) | 2296 | hfcpci_softirq(void *arg) |
2297 | { | 2297 | { |
2298 | (void) driver_for_each_device(&hfc_driver.driver, NULL, arg, | 2298 | WARN_ON_ONCE(driver_for_each_device(&hfc_driver.driver, NULL, arg, |
2299 | _hfcpci_softirq); | 2299 | _hfcpci_softirq) != 0); |
2300 | 2300 | ||
2301 | /* if next event would be in the past ... */ | 2301 | /* if next event would be in the past ... */ |
2302 | if ((s32)(hfc_jiffies + tics - jiffies) <= 0) | 2302 | if ((s32)(hfc_jiffies + tics - jiffies) <= 0) |