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-- 640 bytes
Makefile -rw-r--r-- 207 bytes
alloc.c -rw-r--r-- 10.7 KB
anode.c -rw-r--r-- 15.3 KB
buffer.c -rw-r--r-- 3.7 KB
dentry.c -rw-r--r-- 1.5 KB
dir.c -rw-r--r-- 8.6 KB
dnode.c -rw-r--r-- 30.9 KB
ea.c -rw-r--r-- 11.3 KB
file.c -rw-r--r-- 4.2 KB
hpfs.h -rw-r--r-- 18.3 KB
hpfs_fn.h -rw-r--r-- 12.2 KB
inode.c -rw-r--r-- 8.6 KB
map.c -rw-r--r-- 8.3 KB
name.c -rw-r--r-- 3.2 KB
namei.c -rw-r--r-- 15.6 KB
super.c -rw-r--r-- 18.4 KB

back to top