V4L/DVB (6025): Net_ule(): fix check-after-use
authorAdrian Bunk <bunk@kernel.org>
Thu, 16 Aug 2007 13:03:18 +0000 (10:03 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:05:20 +0000 (22:05 -0300)
commit89d969a39da8e9ee5db1c1fb49f55f4206a445ac
tree6669e904ee670832d143a178a2078c258147fedb
parent5772f81326904f2bfbb2bf2f365b3fb36ee3b7d8
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>
drivers/media/dvb/dvb-core/dvb_net.c