mirror of https://gitee.com/openkylin/linux.git
isdn: hfcpci_softirq: get func return to suppress compiler warning
Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7eacd03810
commit
d6d6d1bc44
|
@ -2295,8 +2295,8 @@ _hfcpci_softirq(struct device *dev, void *arg)
|
||||||
static void
|
static void
|
||||||
hfcpci_softirq(void *arg)
|
hfcpci_softirq(void *arg)
|
||||||
{
|
{
|
||||||
(void) driver_for_each_device(&hfc_driver.driver, NULL, arg,
|
WARN_ON_ONCE(driver_for_each_device(&hfc_driver.driver, NULL, arg,
|
||||||
_hfcpci_softirq);
|
_hfcpci_softirq) != 0);
|
||||||
|
|
||||||
/* if next event would be in the past ... */
|
/* if next event would be in the past ... */
|
||||||
if ((s32)(hfc_jiffies + tics - jiffies) <= 0)
|
if ((s32)(hfc_jiffies + tics - jiffies) <= 0)
|
||||||
|
|
Loading…
Reference in New Issue