kernel/drivers/net/wireless/ath/ath6kl/htc_pipe.c
.. .. @@ -960,8 +960,8 @@ 960 960 * Thus the possibility of ar->htc_target being NULL 961 961 * via ath6kl_recv_complete -> ath6kl_usb_io_comp_work. 962 962 */ 963 - if (WARN_ON_ONCE(!target)) {964 - ath6kl_err("Target not yet initialized\n");963 + if (!target) {964 + ath6kl_dbg(ATH6KL_DBG_HTC, "Target not yet initialized\n");965 965 status = -EINVAL; 966 966 goto free_skb; 967 967 }