Commit 38e8cc1c authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: Fix spelling problem



The grammar is off. This fixes it.

Fixes: 6e4f3db8 ("pinctrl: just return if no valid maps")
Reviewed-by: default avatarBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: default avatarLinus Walleij <linusw@kernel.org>
parent 1c5986ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ static int dt_to_map_one_config(struct pinctrl *p,
		 * return.
		 */
		dev_info(p->dev,
			 "there is not valid maps for state %s\n", statename);
			 "there are no valid maps for state %s\n", statename);
		return 0;
	}