Re: [RFC 3/4] media: dvb_frontend: move algo-specific settings to a function

2020-06-18 Thread Marc Gonzalez
On 17/06/2020 20:52, Mauro Carvalho Chehab wrote: > As we're planning to call this code on a separate place, let's s/on/from/ Suggest: "to call this code from somewhere else" > fist move it to a different function. s/fist/first Suggest: "first move it to its own function" > Signed-off-by: Maur

[RFC 3/4] media: dvb_frontend: move algo-specific settings to a function

2020-06-17 Thread Mauro Carvalho Chehab
As we're planning to call this code on a separate place, let's fist move it to a different function. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-core/dvb_frontend.c | 90 +++ 1 file changed, 49 insertions(+), 41 deletions(-) diff --git a/drivers/media/dvb-