aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_net.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-08-16 10:03:18 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 22:05:20 -0300
commit89d969a39da8e9ee5db1c1fb49f55f4206a445ac (patch)
tree6669e904ee670832d143a178a2078c258147fedb /drivers/media/dvb/dvb-core/dvb_net.c
parentV4L/DVB (6023): cx88: Clean up some ugly and inconsistent printk()s (diff)
downloadlinux-dev-89d969a39da8e9ee5db1c1fb49f55f4206a445ac.tar.xz
linux-dev-89d969a39da8e9ee5db1c1fb49f55f4206a445ac.zip
V4L/DVB (6025): Net_ule(): fix check-after-use
The Coverity checker spotted that we'd have already oops'ed if "dev" was NULL. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-core/dvb_net.c')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_net.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_net.c b/drivers/media/dvb/dvb-core/dvb_net.c
index bdd797071cb0..b9c78d03a7fe 100644
--- a/drivers/media/dvb/dvb-core/dvb_net.c
+++ b/drivers/media/dvb/dvb-core/dvb_net.c
@@ -357,11 +357,6 @@ static void dvb_net_ule( struct net_device *dev, const u8 *buf, size_t buf_len )
static unsigned char *ule_where = ule_hist, ule_dump = 0;
#endif
- if (dev == NULL) {
- printk( KERN_ERR "NO netdev struct!\n" );
- return;
- }
-
/* For all TS cells in current buffer.
* Appearently, we are called for every single TS cell.
*/