Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afe9d1e3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: codecs: Enable interrupt mask at bootup"

parents 3aebb5d3 affb8790
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ static int msm_cdc_pinctrl_probe(struct platform_device *pdev)
			gpio_data->chip_wakeup_register[i] =
				devm_ioremap(&pdev->dev, chip_wakeup_reg[i], 0x4);
		}
		if (of_property_read_u32_array(pdev->dev.of_node,
		if (!of_property_read_u32_array(pdev->dev.of_node,
					"qcom,chip-wakeup-default-val",
					chip_wakeup_default_val, count)) {
			for (i = 0; i < count; i++) {