vout: cvbs: Update cvbscable option detection

Change-Id: Ia80e740f913439e03f2f4f2ae01e85aabcc096fd
This commit is contained in:
Joy Cho
2020-09-16 17:28:14 +09:00
parent de23fd9c97
commit 9c5a019836

View File

@@ -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;
}