The print was re-worded to a more informative one.
Signed-off-by: Shahar Itzko <itzko@amazon.com>
Signed-off-by: David Arinzon <darinzon@amazon.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
                           bool *wd_state)
 {
        struct ena_com_dev *ena_dev = adapter->ena_dev;
+       struct net_device *netdev = adapter->netdev;
        struct ena_llq_configurations llq_config;
        struct device *dev = &pdev->dev;
        bool readless_supported;
        rc = ena_set_queues_placement_policy(pdev, ena_dev, &get_feat_ctx->llq,
                                             &llq_config);
        if (rc) {
-               dev_err(dev, "ENA device init failed\n");
+               netdev_err(netdev, "Cannot set queues placement policy rc= %d\n", rc);
                goto err_admin_init;
        }