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

Commit eed097bd authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus

parents a67061e2 46a5905e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1527,6 +1527,9 @@ static int sgtl5000_i2c_probe(struct i2c_client *client,
	if (IS_ERR(sgtl5000->mclk)) {
		ret = PTR_ERR(sgtl5000->mclk);
		dev_err(&client->dev, "Failed to get mclock: %d\n", ret);
		/* Defer the probe to see if the clk will be provided later */
		if (ret == -ENOENT)
			return -EPROBE_DEFER;
		return ret;
	}