[media] Remove checks of struct member addresses
authorEmil Goode <emilgoode@gmail.com>
Tue, 24 Jun 2014 21:42:27 +0000 (18:42 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 23 Jul 2014 00:23:53 +0000 (21:23 -0300)
This removes checks of struct member addresses since they likely result
in the condition always being true. Also in the stb6100_get_bandwidth
and tda8261_get_bandwidth functions the pointers frontend_ops and
tuner_ops are assigned the same addresses twice.

Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/stb6100_cfg.h
drivers/media/dvb-frontends/stb6100_proc.h
drivers/media/dvb-frontends/stv0367.c
drivers/media/dvb-frontends/tda8261_cfg.h

Simple merge