Re: [PATCH] mISDN: suppress compiler warning

2012-09-21 Thread David Miller
From: Paul Bolle Date: Fri, 21 Sep 2012 12:25:24 +0200 > Building the hfcpci driver triggers this GCC warning: > drivers/isdn/hardware/mISDN/hfcpci.c:2298:2: warning: ignoring return > value of 'driver_for_each_device', declared with attribute warn_unused_result > [-Wunused-result] > > Tha

[PATCH] mISDN: suppress compiler warning

2012-09-21 Thread Paul Bolle
Building the hfcpci driver triggers this GCC warning: drivers/isdn/hardware/mISDN/hfcpci.c:2298:2: warning: ignoring return value of 'driver_for_each_device', declared with attribute warn_unused_result [-Wunused-result] That return value is apparently ignored because _hfcpci_softirq() will a