projects
/
openwrt
/
staging
/
ldir.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14fd372
)
generic: ar8216: remove redundant phy address check
author
Gabor Juhos
<
[email protected]
>
Sun, 10 Feb 2013 18:38:12 +0000
(18:38 +0000)
committer
Gabor Juhos
<
[email protected]
>
Sun, 10 Feb 2013 18:38:12 +0000
(18:38 +0000)
Signed-off-by: Gabor Juhos <
[email protected]
>
SVN-Revision: 35542
target/linux/generic/files/drivers/net/phy/ar8216.c
patch
|
blob
|
history
diff --git
a/target/linux/generic/files/drivers/net/phy/ar8216.c
b/target/linux/generic/files/drivers/net/phy/ar8216.c
index f7ce0189f042eeaa109fe20869c9607969cd5d7d..4c83a6f62a0a5de11d7367c129bc4e5265b14d9a 100644
(file)
--- a/
target/linux/generic/files/drivers/net/phy/ar8216.c
+++ b/
target/linux/generic/files/drivers/net/phy/ar8216.c
@@
-1881,7
+1881,7
@@
ar8216_config_init(struct phy_device *pdev)
goto err_unregister_switch;
/* VID fixup only needed on ar8216 */
- if (chip_is_ar8216(priv)
&& pdev->addr == 0
) {
+ if (chip_is_ar8216(priv)) {
dev->phy_ptr = priv;
dev->priv_flags |= IFF_NO_IP_ALIGN;
dev->eth_mangle_rx = ar8216_mangle_rx;