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

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

Merge "drm/msm/dp: remove an unnecessary NULL check in dp_power sub module"

parents 8bb5b25a 3ecea805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ static int dp_power_pinctrl_set(struct dp_power_private *power, bool active)

	parser = power->parser;

	if (parser && parser->no_aux_switch)
	if (parser->no_aux_switch)
		return 0;

	if (IS_ERR_OR_NULL(parser->pinctrl.pin))