if (!rc)
                rc = plpks_confirm_object_flushed(label, auth);
 
-       if (rc)
-               pr_err("Failed to write variable %s for component %s with error %d\n",
-                      var.name, var.component, rc);
-
        rc = pseries_status_to_err(rc);
        kfree(label);
 out:
        if (!rc)
                rc = plpks_confirm_object_flushed(label, auth);
 
-       if (rc)
-               pr_err("Failed to remove variable %s for component %s with error %d\n",
-                      vname.name, component, rc);
-
        rc = pseries_status_to_err(rc);
        kfree(label);
 out:
                         maxobjsize);
 
        if (rc != H_SUCCESS) {
-               pr_err("Failed to read variable %s for component %s with error %d\n",
-                      var->name, var->component, rc);
                rc = pseries_status_to_err(rc);
                goto out_free_output;
        }