]> Git Repo - u-boot.git/commit
dm: eth: Test 'ethrotate' before changing current ethernet device
authorBin Meng <[email protected]>
Tue, 22 Dec 2015 06:43:38 +0000 (22:43 -0800)
committerSimon Glass <[email protected]>
Thu, 7 Jan 2016 17:27:07 +0000 (10:27 -0700)
commita671c4f2bea6215140b34726900d4f0aa5892e6a
tree42cb0042c2ce43f99466ce83beaeafe7eb49d750
parente7cc8d11ad41f4bed7ba0532285091e9a42a7348
dm: eth: Test 'ethrotate' before changing current ethernet device

In eth_current_changed(), the call to eth_get_dev() below has a side
effect of rotating ethernet device if uc_priv->current == NULL. This
is not what we want when 'ethrotate' variable is 'no'.

Signed-off-by: Bin Meng <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
net/eth.c
This page took 0.032141 seconds and 4 git commands to generate.