From: Klaus Schmidinger Date: Sat, 2 Jun 2012 14:04:17 +0000 (-0300) Subject: [media] DVB: stb0899: speed up getting BER values X-Git-Tag: v3.6-rc1~40^2^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdaaee6c4a63e364b7f9c8bfdb218e6aaa65f1cf;p=pandora-kernel.git [media] DVB: stb0899: speed up getting BER values stb0899_read_ber() takes 500ms (half a second!) to deliver the current BER value. Apparently it takes 5 subsequent readings, with a 100ms pause between them (and even before the first one). This is a real performance brake if an application freqeuently reads the BER of several devices. The attached patch reduces this to a single reading, with no more pausing. I didn't observe any negative side effects of this change. Signed-off-by: Klaus Schmidinger Cc: Manu Abraham Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed