commit | 20721185c9896570ec9d93175e10e62e1b517ebb | [log] [tgz] |
---|---|---|
author | Emil Goode <emilgoode@gmail.com> | Tue Jun 24 18:42:27 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Jul 22 21:23:53 2014 -0300 |
tree | 1221d66f0b2f81161cb806c189db71e7c5353ac3 | |
parent | 18d75a09e954b72de6e85a8fb172835be547a48a [diff] |
[media] Remove checks of struct member addresses 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>