projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348640f
)
generic: rtl8367: add vendor prefix to the compatible string
author
Gabor Juhos
<juhosg@openwrt.org>
Sat, 6 Apr 2013 12:37:32 +0000
(12:37 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sat, 6 Apr 2013 12:37:32 +0000
(12:37 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36218
target/linux/generic/files/drivers/net/phy/rtl8367.c
patch
|
blob
|
history
diff --git
a/target/linux/generic/files/drivers/net/phy/rtl8367.c
b/target/linux/generic/files/drivers/net/phy/rtl8367.c
index cd58bbb8f95642b87e9703a7b28f08dc29a85619..8d4d0d3e7a18c397f2c959eee91d5db5828d7608 100644
(file)
--- a/
target/linux/generic/files/drivers/net/phy/rtl8367.c
+++ b/
target/linux/generic/files/drivers/net/phy/rtl8367.c
@@
-1736,7
+1736,7
@@
static void rtl8367_shutdown(struct platform_device *pdev)
#ifdef CONFIG_OF
static const struct of_device_id rtl8367_match[] = {
- { .compatible = "rtl8367" },
+ { .compatible = "r
ealtek,r
tl8367" },
{},
};
MODULE_DEVICE_TABLE(of, rtl83767_match);