From: Devin Heitmueller Date: Tue, 7 Aug 2012 01:46:52 +0000 (-0300) Subject: [media] au8522: Fix off-by-one in SNR table for QAM256 X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~546 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0c4878ebe3ad9706ea2e452331550fd6d171977;p=pandora-kernel.git [media] au8522: Fix off-by-one in SNR table for QAM256 The table of valid SNR values for QAM 256 is off by one, and as a result if the SNR is oscillating between 40.0 and 39.9 dB, tools like azap show it going back and forth between 40.0 and 0 (misleading some people, including myself, to think signal lock is being lost or there is a problem with register reads). Fix the table so that 40.0 dB is properly represented. Cc: Steven Toth Signed-off-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed