From cb2ad43c376d891438ee5a963f574f0f0166100e Mon Sep 17 00:00:00 2001 From: Manu Abraham <manu@linuxtv.org> Date: Thu, 4 Sep 2008 14:27:55 +0200 Subject: [PATCH] DVB Code review fix broken use get_frontend_algo Code review #3 In legacy drivers, where get_frontend_algo is NULL, dvb_frontend_swzigzag_update_delay won't be called. Thanks to Oliver Endriss <o.endriss@gmx.de> for the code review From: Manu Abraham <abraham.manu@gmail.com> Signed-off-by: Manu Abraham <manu@linuxtv.org> dvb_frontend.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
