[media] dm1105: remove unneeded not-null test
authorAlexandru Juncu <alexj@rosedu.org>
Wed, 4 Sep 2013 14:41:34 +0000 (11:41 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 31 Oct 2013 06:53:40 +0000 (04:53 -0200)
i2c_adap is a field of a struct and will always be allocated so
its address will never be null.
Suggested by coccinelle, manually verified.

Signed-off-by: Alexandru Juncu <alexj@rosedu.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

No differences found