Revision 804d2312309aaf8b80a09038cf12333f0cb4f32c authored by Paul Gortmaker on 30 March 2012, 00:41:02 UTC, committed by Haojian Zhuang on 30 March 2012, 00:41:18 UTC
Commit 737f360d5bef5e01c6cfa755dca0b449a154c1e0

"regulator: Remove support for supplies specified by struct device"

caused this file to break, since it was still relying on the
device field to be present.  Map it onto dev_name appropriately

Since there are two consumers with the name "reg-userspace-consumer",
we have to supply the ID as a suffix in the REGULATOR_CONSUMER calls.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
1 parent 3a56913
History
File Mode Size
Kconfig -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 388 bytes
acl.c -rw-r--r-- 9.8 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 62.1 KB
bitmap.c -rw-r--r-- 702 bytes
dir.c -rw-r--r-- 13.6 KB
ext3_jbd.c -rw-r--r-- 1.5 KB
file.c -rw-r--r-- 2.2 KB
fsync.c -rw-r--r-- 3.1 KB
hash.c -rw-r--r-- 4.3 KB
ialloc.c -rw-r--r-- 19.9 KB
inode.c -rw-r--r-- 105.7 KB
ioctl.c -rw-r--r-- 7.6 KB
namei.c -rw-r--r-- 68.6 KB
namei.h -rw-r--r-- 170 bytes
resize.c -rw-r--r-- 34.0 KB
super.c -rw-r--r-- 83.8 KB
symlink.c -rw-r--r-- 1.4 KB
xattr.c -rw-r--r-- 34.7 KB
xattr.h -rw-r--r-- 3.9 KB
xattr_security.c -rw-r--r-- 2.1 KB
xattr_trusted.c -rw-r--r-- 1.5 KB
xattr_user.c -rw-r--r-- 1.6 KB

back to top