diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:05:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:05:40 +0000 |
commit | 3406e402ef24a3b1fc736ca1a4b0fd99259e61a9 (patch) | |
tree | 65a92a499513c41f6eae7a2952a01a0dc00ac5c7 /target/linux/atheros/patches-3.10/230-3_10-updates.patch | |
parent | 5427e47e59272c7e11554b1c654a997173c7f941 (diff) | |
download | upstream-3406e402ef24a3b1fc736ca1a4b0fd99259e61a9.tar.gz upstream-3406e402ef24a3b1fc736ca1a4b0fd99259e61a9.tar.bz2 upstream-3406e402ef24a3b1fc736ca1a4b0fd99259e61a9.zip |
atheros: do not assignment in if condition
Remove assignments from if conditions as suggested by checkpatch.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41084
Diffstat (limited to 'target/linux/atheros/patches-3.10/230-3_10-updates.patch')
-rw-r--r-- | target/linux/atheros/patches-3.10/230-3_10-updates.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/230-3_10-updates.patch b/target/linux/atheros/patches-3.10/230-3_10-updates.patch index 873296dbfc..80d7eaa395 100644 --- a/target/linux/atheros/patches-3.10/230-3_10-updates.patch +++ b/target/linux/atheros/patches-3.10/230-3_10-updates.patch @@ -1,6 +1,6 @@ --- a/drivers/net/ethernet/ar231x/ar231x.c +++ b/drivers/net/ethernet/ar231x/ar231x.c -@@ -1282,7 +1282,7 @@ static int ar231x_mdiobus_probe (struct +@@ -1283,7 +1283,7 @@ static int ar231x_mdiobus_probe (struct BUG_ON(!phydev); BUG_ON(phydev->attached_dev); |