Skip to content

Commit

Permalink
Merge branch 'imx/pinctrl' into next/pinctrl
Browse files Browse the repository at this point in the history
* imx/pinctrl:
  mtd: nand: gpmi: fix compile error caused by pinctrl call
  • Loading branch information
Olof Johansson committed May 19, 2012
2 parents cbd8d84 + 3e48b1b commit f3f08dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/gpmi-nand/gpmi-nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ static int __devinit acquire_resources(struct gpmi_nand_data *this)
if (ret)
goto exit_dma_channels;

pinctrl = devm_pinctrl_get_select_default(&pdev->dev);
pinctrl = devm_pinctrl_get_select_default(&this->pdev->dev);
if (IS_ERR(pinctrl)) {
ret = PTR_ERR(pinctrl);
goto exit_pin;
Expand Down

0 comments on commit f3f08dc

Please sign in to comment.