From: Colin King <colin.k...@canonical.com> Date: Fri, 29 Sep 2017 20:51:23 +0100
> From: Colin Ian King <colin.k...@canonical.com> > > pointer ndev is being dereferenced with the call to netif_running > before it is being null checked. Re-order the code to only dereference > ndev after it has been null checked. > > Detected by CoverityScan, CID#1457206 ("Dereference before null check") > > Fixes: 9df8f79a4d29 ("net: hns3: Add DCB support when interacting with > network stack") > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Applied.