From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57212C432C0 for ; Wed, 27 Nov 2019 15:48:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2B9FF206F0 for ; Wed, 27 Nov 2019 15:48:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="UT0Lfj9Y"; dkim=pass (1024-bit key) header.d=amazonses.com header.i=@amazonses.com header.b="DZT4fNyS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726852AbfK0Psb (ORCPT ); Wed, 27 Nov 2019 10:48:31 -0500 Received: from a27-188.smtp-out.us-west-2.amazonses.com ([54.240.27.188]:50932 "EHLO a27-188.smtp-out.us-west-2.amazonses.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbfK0Psb (ORCPT ); Wed, 27 Nov 2019 10:48:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=zsmsymrwgfyinv5wlfyidntwsjeeldzt; d=codeaurora.org; t=1574869710; h=Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:From:In-Reply-To:References:To:Cc:Message-Id:Date; bh=pzRruOwd1ze/PptjNjX3dTKuWCUaUGYGq/k4eGP1+kU=; b=UT0Lfj9YTtfqI5jrAZ9XAIgEaY26cfVszPQe5GoTTDBmeyiB8Iv3vcAbs40KduMk 9DvhytSK4fxzRK3qQ4qT5jHTPd4AljstSPb+xnkLr5IXBVzMOt6ZvOyCnOQJQawrzYp Of1jGIAL2QhgWkC1OwoUBbhoCJvnfrzCktyMHSbs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1574869710; h=Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:From:In-Reply-To:References:To:Cc:Message-Id:Date:Feedback-ID; bh=pzRruOwd1ze/PptjNjX3dTKuWCUaUGYGq/k4eGP1+kU=; b=DZT4fNySik8AEzZpu7CTlqttPR6OvfGNToZkfkDTtahCOZZuSN1JAjdQ4pCe2KiP zcFY24wRlmUV+69MKg40QhPe6ktzArSZTX9ZEX3QP86oTx2S9kuZtTzv9gGHrBPyGwD XCImsEDMkWjG4h91ZXkq3crpRF4rwiXMkKpZ+z9g= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org B8ADFC447A2 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] ath10k: move non-fatal warn logs to dbg level From: Kalle Valo In-Reply-To: <0101016ea2aee542-7e69e860-2ad6-4897-959f-e934f1a459bb-000000@us-west-2.amazonses.com> References: <0101016ea2aee542-7e69e860-2ad6-4897-959f-e934f1a459bb-000000@us-west-2.amazonses.com> To: Govind Singh Cc: ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, Govind Singh User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-ID: <0101016ead8cb636-991010d3-6f67-49b4-8541-671290d350d1-000000@us-west-2.amazonses.com> Date: Wed, 27 Nov 2019 15:48:30 +0000 X-SES-Outgoing: 2019.11.27-54.240.27.188 Feedback-ID: 1.us-west-2.CZuq2qbDmUIuT3qdvXlRHZZCpfZqZ4GtG9v3VKgRyF0=:AmazonSES Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Govind Singh wrote: > During driver load below warn logs are printed in the console if > firmware doesn't support some optional HTC services, ex:pktlog. > It is likely some older fw version may not support PKTLOG HTC > service as legacy fw uses HTC DATA service for pktlog. > Move this log to debug level to remove un-necessary warn message > on console. > > htc.c:803: ath10k_warn(ar, "unsupported HTC service id: %d\n", > htc.c:881: ath10k_warn(ar, "unsupported HTC service id: %d\n", > > Signed-off-by: Govind Singh > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. ef39ac1b0d9f ath10k: move non-fatal warn logs to dbg level -- https://patchwork.kernel.org/patch/11260371/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches