You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
V4L/DVB (8291): sms1xxx: change default_mode to 4
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
d3e72fe75e
commit
dd5b2a5c2a
@@ -117,7 +117,7 @@ kmutex_t g_smscore_deviceslock;
|
||||
struct list_head g_smscore_registry;
|
||||
kmutex_t g_smscore_registrylock;
|
||||
|
||||
static int default_mode = 1;
|
||||
static int default_mode = 4;
|
||||
|
||||
module_param(default_mode, int, 0644);
|
||||
MODULE_PARM_DESC(default_mode, "default firmware id (device mode)");
|
||||
|
||||
Reference in New Issue
Block a user