From: Austin Lund Date: Fri, 13 Jun 2008 14:02:43 +0000 (-0300) Subject: V4L/DVB (8042): DVB-USB UMT-010 channel scan oops X-Git-Tag: v2.6.26-rc9~91^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9408870757bd9e07fd03ac6318258f22b8dfa3;p=pandora-kernel.git V4L/DVB (8042): DVB-USB UMT-010 channel scan oops In the umt-010 driver the struct umt_properties sets the number of URBs for transfer to 20. But in dvb-usb.h MAX_NO_URBS_FOR_DATA_STREAM is set to 10. Not surprisingly this causes an oops for all devices which use the umt-010 chipset when they are inserted. fix on Kaffeine channel scan for Initialize stream count using MAX_NO_URBS_FOR_DATA_STREAM. Signed-off-by: Tim Gardner Signed-off-by: maximilian attems Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed