]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Use correct variable name for tps65910 regmap config
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 7 Mar 2012 13:16:05 +0000 (18:46 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 16 Mar 2012 17:50:51 +0000 (18:50 +0100)
commit9ea6ebcf640f6b3e013f989d8f57915b70317296
tree7629904be727675cde458c54f02a8eefd808cec7
parentbf33bfc8404bd821178e5f1843578bdd1320f27e
mfd: Use correct variable name for tps65910 regmap config

This was the copy-paste issue in reg cache support code where
variable name for regmap config was not really starting from
the device name, it was starting from some other device name.
Fixing this so that variable name contains actual device name.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/tps65910.c