mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
vout: cvbs: Update cvbscable option detection
Change-Id: Ia80e740f913439e03f2f4f2ae01e85aabcc096fd
This commit is contained in:
@@ -1651,7 +1651,7 @@ EXPORT_SYMBOL(cvbs_cable_connected);
|
||||
|
||||
static int __init get_cvbs_cable(char *str)
|
||||
{
|
||||
cvbs_cable = (str[0] == '0') ? 0 : 1;
|
||||
cvbs_cable = (str[0] == '1') ? 1 : 0;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user