iwlwifi: replace IWL_ERROR with IWL_ERR
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-spectrum.c
index 836c3c80b69ebbe712a9bd09c6cb3596eb2c1d95..f4ed49701f6901895289e8ce4a604ab4e7c7177c 100644 (file)
@@ -146,7 +146,7 @@ static int iwl_get_measurement(struct iwl_priv *priv,
 
        res = (struct iwl_rx_packet *)cmd.meta.u.skb->data;
        if (res->hdr.flags & IWL_CMD_FAILED_MSK) {
-               IWL_ERROR("Bad return from REPLY_RX_ON_ASSOC command\n");
+               IWL_ERR(priv, "Bad return from REPLY_RX_ON_ASSOC command\n");
                rc = -EIO;
        }
 
This page took 0.032601 seconds and 5 git commands to generate.