[PATCH] dvb: core: CI timeout fix
Patch from Dominique Dumont to get the SCM Red Viaccess CAM working with the budget-ci. Signed-off-by: Dominique Dumont <domi.dumont@free.fr> Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
dad4a73071
commit
50b447d5b7
|
@ -47,7 +47,7 @@ MODULE_PARM_DESC(cam_debug, "enable verbose debug messages");
|
|||
|
||||
#define dprintk if (dvb_ca_en50221_debug) printk
|
||||
|
||||
#define INIT_TIMEOUT_SECS 5
|
||||
#define INIT_TIMEOUT_SECS 10
|
||||
|
||||
#define HOST_LINK_BUF_SIZE 0x200
|
||||
|
||||
|
|
Loading…
Reference in New Issue