mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
Revert "hw_demux: add xtal config for tuner [2/3]"
This reverts commit fc1f54405421230a43f5f472bb79de4b64dae480. Change-Id: I15d10a6ca42ceeb249a10b0bb55c0f7febce4ab4
This commit is contained in:
@@ -1960,12 +1960,6 @@ static int aml_dvb_probe(struct platform_device *pdev)
|
||||
else
|
||||
cfg.xtal = value;
|
||||
|
||||
ret = of_property_read_u32(node_tuner, "tuner_xtal_mode", &value);
|
||||
if (ret)
|
||||
pr_err("tuner_xtal_mode error.\n");
|
||||
else
|
||||
cfg.xtal_mode = value;
|
||||
|
||||
ret = of_property_read_u32(node_tuner, "tuner_xtal_cap", &value);
|
||||
if (ret)
|
||||
pr_err("tuner_xtal_cap error.\n");
|
||||
|
||||
Reference in New Issue
Block a user