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

Commit e8e45593 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab
Browse files

[media] mt9p031: Fix typo in comment

parent b16fdd53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ static int mt9p031_power_on(struct mt9p031 *mt9p031)
	if (ret < 0)
		return ret;

	/* Emable clock */
	/* Enable clock */
	if (mt9p031->clk)
		clk_prepare_enable(mt9p031->clk);