ARM: 7175/1: add subname parameter to mfp_set_groupg callers
commit 798681bf
"ARM: 7158/1: add new MFP implement for NUC900"
adds subname parameter for mfp_set_groupg.
Thus add subname parameter to the callers.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Wan Zongshun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
@@ -426,7 +426,7 @@ static int __devinit nuc900_spi_probe(struct platform_device *pdev)
|
||||
goto err_clk;
|
||||
}
|
||||
|
||||
mfp_set_groupg(&pdev->dev);
|
||||
mfp_set_groupg(&pdev->dev, NULL);
|
||||
nuc900_init_spi(hw);
|
||||
|
||||
err = spi_bitbang_start(&hw->bitbang);
|
||||
|
Reference in New Issue
Block a user