]> Pileus Git - ~andy/linux/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)
commit39ecb0376508b5cd20a951388d10aed2d719a77f
tree7629904be727675cde458c54f02a8eefd808cec7
parent02b09703e7a411f80e5ec037b3abf14061a61933
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