From: Jarod Wilson Date: Thu, 16 Dec 2010 15:40:16 +0000 (-0300) Subject: [media] mceusb: set a default rx timeout X-Git-Tag: v2.6.37-rc8~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501aaa110a4269c99eff9736a81b5f93bb8b59be;p=pandora-kernel.git [media] mceusb: set a default rx timeout Its possible for the call to read rx timeout from the hardware to fail, in which case we end up with a bogus rx timeout value. Set a default one when filling in the rc struct, and we'll just overwrite it later w/the value from hardware, but if that read fails, we've at least got a sane rx timeout value to work with (1000ms is the default value I've seen returned on most if not all mceusb hardware). Signed-off-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed