media: dvb_frontend: don't call dvb_frontend_get_stepsize() twice
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 14:53:46 +0000 (15:53 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 14:53:46 +0000 (15:53 +0100)
commit8d4a554d9cb196e928f16263d5c12fa400076c34
tree94c6a998d6ffc06f6990ec43534785322fc38e60
parentd6af27c3a6b6aa85acc8ef510c82ff1ae35dca58
media: dvb_frontend: don't call dvb_frontend_get_stepsize() twice

Avoid calling the function twice, as it was just called at the
previous line.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/dvb-core/dvb_frontend.c