]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: eth: Test 'ethrotate' before changing current ethernet device
authorBin Meng <bmeng.cn@gmail.com>
Tue, 22 Dec 2015 06:43:38 +0000 (22:43 -0800)
committerSimon Glass <sjg@chromium.org>
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 <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
net/eth.c