From: Shawn Guo Date: Sat, 31 Mar 2012 08:33:31 +0000 (+0800) Subject: regulator: fix sysfs name collision between dummy and fixed dummy regulator X-Git-Tag: v3.4-rc2~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f12760d289fd2da685cb54eebb08c107b146872;p=pandora-kernel.git regulator: fix sysfs name collision between dummy and fixed dummy regulator When regulator_register_fixed() is being used to register fixed dummy regulator, the following line will be seen in the boot log. And the sysfs entry for fixed dummy regulator is not shown. dummy: Failed to create debugfs directory The patch renames the fixed dummy supply to "fixed-dummy" to avoid the name collision with dummy regulator. Signed-off-by: Shawn Guo Signed-off-by: Mark Brown --- Reading git-diff-tree failed