Loading arch/arm/mach-msm/rpm-smd.c +0 −6 Original line number Diff line number Diff line Loading @@ -1359,12 +1359,6 @@ static int msm_rpm_dev_probe(struct platform_device *pdev) BUG_ON(!standalone); complete(&msm_rpm_data.smd_open); } else { /* * Override DT's suggestion to try standalone; since we have an * SMD channel. */ standalone = false; } wait_for_completion(&msm_rpm_data.smd_open); Loading Loading
arch/arm/mach-msm/rpm-smd.c +0 −6 Original line number Diff line number Diff line Loading @@ -1359,12 +1359,6 @@ static int msm_rpm_dev_probe(struct platform_device *pdev) BUG_ON(!standalone); complete(&msm_rpm_data.smd_open); } else { /* * Override DT's suggestion to try standalone; since we have an * SMD channel. */ standalone = false; } wait_for_completion(&msm_rpm_data.smd_open); Loading