On Fri, 15 Jun 2007, Adrian Bunk wrote:
> The Coverity checker spotted the following obvious check-after-use in
> drivers/media/dvb/dvb-core/dvb_net.c:
I spotted it before the patch was even applied:
http://www.linuxtv.org/pipermail/v4l-dvb-maintainer/2007-April/003917.html
If only coverity would
The Coverity checker spotted the following obvious check-after-use in
drivers/media/dvb/dvb-core/dvb_net.c:
<-- snip -->
...
static int dvb_net_close(struct inode *inode, struct file *file)
{
...
struct dvb_net *dvbnet = dvbdev->priv;
if (!dvbdev)
return -ENODE
2 matches
Mail list logo