[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAC52Y8Z_QpnVA37i1GYTWdx5sydVCcke+7dbVx=pCftT3=P5nw@mail.gmail.com>
Date: Thu, 26 Apr 2012 16:08:44 +0100
From: Krzysztof Wilczynski <krzysztof.wilczynski@...ux.com>
To: David Miller <davem@...emloft.net>
Cc: isdn@...ux-pingi.de, gregkh@...uxfoundation.org,
horms@...ge.net.au, trivial@...nel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mISDN: Ignore return value of driver_for_each_device in
function hfcpci_softirq.
Hi,
[...]
> I'm not applying this, at least not with a more intelligent analysis
> of why any error or other non-zero value signalled by
> driver_for_each_device should be completely ignored, and no error
> handling should be performed.
This is a fair point. It should not be ignored. I was looking through
the code and found few cases where the return value was not checked
for potential errors (I assume that it was collected to avoid warning being
produced, but that was about it) without printing an error message.
The following could most certainly use better error reporting concerning
use of driver_for_each_device:
drivers/isdn/hardware/mISDN/hfcpci.c
drivers/media/video/cx18/cx18-alsa-main.c
drivers/media/video/ivtv/ivtvfb.c
I will look into it making suitable changes. Thanks for pointing it
out to me! :)
KW
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists