projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ae587
)
MFD: ucb1x00-core: add owner and dev initializers to gpio structure
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 21 Jan 2012 14:47:00 +0000
(14:47 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 18 Feb 2012 23:15:33 +0000
(23:15 +0000)
Register the gpio device with proper .owner and .dev elements set
appropraitely.
Acked-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mfd/ucb1x00-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/ucb1x00-core.c
b/drivers/mfd/ucb1x00-core.c
index 74d9fcf891d5c69fa99765c50f2150c58ceb7618..30ef726f4ba0c6af96a849c4abdd241e13ce387e 100644
(file)
--- a/
drivers/mfd/ucb1x00-core.c
+++ b/
drivers/mfd/ucb1x00-core.c
@@
-579,6
+579,8
@@
static int ucb1x00_probe(struct mcp *mcp)
ucb->gpio.base = -1;
if (pdata && pdata->gpio_base) {
ucb->gpio.label = dev_name(&ucb->dev);
+ ucb->gpio.dev = &ucb->dev;
+ ucb->gpio.owner = THIS_MODULE;
ucb->gpio.base = pdata->gpio_base;
ucb->gpio.ngpio = 10;
ucb->gpio.set = ucb1x00_gpio_set;