mfd: Fix mc13xxx-spi merge conflict
authorAxel Lin <axel.lin@gmail.com>
Mon, 2 Jul 2012 08:03:00 +0000 (16:03 +0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 8 Jul 2012 22:16:13 +0000 (00:16 +0200)
commite03088972f6e38e90077eaf09acf7b8a327a2da2
tree04a8f0d84bdfd9c787bc1a28add9ccb4f3291da4
parent2761a63945164ef111062828858a80225222ecd7
mfd: Fix mc13xxx-spi merge conflict

This patch fixes conflict between commit 8ae3559
"mfd: mc13xxx workaround SPI hardware bug on i.Mx"
and commit 10c7a5d "mfd: Use devm_* APIs for mc13xxx".

commit 8ae3559 changes regmap_init_spi to regmap_init.
So now we need to use devm_regmap_init rather than devm_regmap_init_spi.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/mc13xxx-spi.c
This page took 0.038545 seconds and 5 git commands to generate.