projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ee66d1
)
brcmfmac: add owner info to sdio_driver structure
author
Franky Lin
<
[email protected]
>
Wed, 29 Jan 2014 14:32:12 +0000
(15:32 +0100)
committer
John W. Linville
<
[email protected]
>
Wed, 12 Feb 2014 20:31:49 +0000
(15:31 -0500)
To link module attribute with sdio device driver attribute in sysfs.
Reviewed-by: Daniel (Deognyoun) Kim <
[email protected]
>
Reviewed-by: Arend Van Spriel <
[email protected]
>
Reviewed-by: Pieter-Paul Giesberts <
[email protected]
>
Signed-off-by: Franky Lin <
[email protected]
>
Signed-off-by: Arend van Spriel <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
b/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
index fa35b23bbaa736de6fcad84efc1a6cd93f0669b8..9eb6f786b3b48681c169e0c7169ad7b51342c098 100644
(file)
--- a/
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
+++ b/
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
@@
-1115,11
+1115,12
@@
static struct sdio_driver brcmf_sdmmc_driver = {
.remove = brcmf_ops_sdio_remove,
.name = BRCMFMAC_SDIO_PDATA_NAME,
.id_table = brcmf_sdmmc_ids,
-#ifdef CONFIG_PM_SLEEP
.drv = {
+ .owner = THIS_MODULE,
+#ifdef CONFIG_PM_SLEEP
.pm = &brcmf_sdio_pm_ops,
- },
#endif /* CONFIG_PM_SLEEP */
+ },
};
static int brcmf_sdio_pd_probe(struct platform_device *pdev)