Skip to content

Commit

Permalink
pinctrl: fix comment mistake
Browse files Browse the repository at this point in the history
This variable pertains to pinctrl handles not muxes
specifically.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Dec 26, 2012
1 parent c62b2b3 commit b0666ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ static struct pinctrl *create_pinctrl(struct device *dev)
}
}

/* Add the pinmux to the global list */
/* Add the pinctrl handle to the global list */
list_add_tail(&p->node, &pinctrl_list);

return p;
Expand Down

0 comments on commit b0666ba

Please sign in to comment.