In case of problems it facilitates the bug analysis if we know whether
DASH is active. Therefore emit a message in probe if this is the case.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
                            jumbo_max, tp->mac_version <= RTL_GIGA_MAC_VER_06 ?
                            "ok" : "ko");
 
-       if (r8168_check_dash(tp))
+       if (r8168_check_dash(tp)) {
+               netdev_info(dev, "DASH enabled\n");
                rtl8168_driver_start(tp);
+       }
 
        if (pci_dev_run_wake(pdev))
                pm_runtime_put_sync(&pdev->dev);