Re: [PATCH] stb0899: Fix not locking DVB-S transponder

2011-06-01 Thread Mauro Carvalho Chehab
Manu, Please review. Lutz, scripts/checkpatch.pl complains about a few bad style used on your patches: ERROR: space prohibited after that open parenthesis '(' #42: FILE: drivers/media/dvb/frontends/stb0899_algo.c:343: + if ( !lock ) { ERROR: space prohibited before that close parenthesis

[PATCH] stb0899: Fix not locking DVB-S transponder

2011-05-04 Thread Lutz Sammer
stb0899: Fix not locking DVB-S transponder When stb0899_check_data is entered, it could happen, that the data is already locked and the data search looped. stb0899_check_data fails to lock on a good frequency. stb0899_search_data uses an extrem big search step and fails to lock. The new code ch