{"id":807055,"url":"http://patchwork.ozlabs.org/api/1.2/patches/807055/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/patch/1504006208-18965-1-git-send-email-andreas.ziegler@fau.de/","project":{"id":7,"url":"http://patchwork.ozlabs.org/api/1.2/projects/7/?format=json","name":"Linux network development","link_name":"netdev","list_id":"netdev.vger.kernel.org","list_email":"netdev@vger.kernel.org","web_url":null,"scm_url":null,"webscm_url":null,"list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"msgid":"<1504006208-18965-1-git-send-email-andreas.ziegler@fau.de>","list_archive_url":null,"date":"2017-08-29T11:30:08","name":"staging: r8822be: Fix typo for CONFIG_RTLWIFI_DEBUG","commit_ref":null,"pull_url":null,"state":"not-applicable","archived":true,"hash":"7cf998d0b7bbbfbd4e08ac5c50d9a4d0c6b5af35","submitter":{"id":68542,"url":"http://patchwork.ozlabs.org/api/1.2/people/68542/?format=json","name":"Andreas Ziegler","email":"andreas.ziegler@fau.de"},"delegate":{"id":34,"url":"http://patchwork.ozlabs.org/api/1.2/users/34/?format=json","username":"davem","first_name":"David","last_name":"Miller","email":"davem@davemloft.net"},"mbox":"http://patchwork.ozlabs.org/project/netdev/patch/1504006208-18965-1-git-send-email-andreas.ziegler@fau.de/mbox/","series":[{"id":351,"url":"http://patchwork.ozlabs.org/api/1.2/series/351/?format=json","web_url":"http://patchwork.ozlabs.org/project/netdev/list/?series=351","date":"2017-08-29T11:30:08","name":"staging: r8822be: Fix typo for CONFIG_RTLWIFI_DEBUG","version":1,"mbox":"http://patchwork.ozlabs.org/series/351/mbox/"}],"comments":"http://patchwork.ozlabs.org/api/patches/807055/comments/","check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/807055/checks/","tags":{},"related":[],"headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xhRRz1WMzz9s3T\n\tfor <patchwork-incoming@ozlabs.org>;\n\tTue, 29 Aug 2017 21:36:47 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752137AbdH2Lgp (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tTue, 29 Aug 2017 07:36:45 -0400","from faui40.informatik.uni-erlangen.de ([131.188.34.40]:59653 \"EHLO\n\tfaui40.informatik.uni-erlangen.de\" rhost-flags-OK-OK-OK-OK)\n\tby vger.kernel.org with ESMTP id S1751250AbdH2Lgo (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Tue, 29 Aug 2017 07:36:44 -0400","from faui49t (faui49t.informatik.uni-erlangen.de [131.188.42.17])\n\tby faui40.informatik.uni-erlangen.de (Postfix) with SMTP id\n\tDBB5958C4CB; Tue, 29 Aug 2017 13:30:18 +0200 (CEST)","by faui49t (sSMTP sendmail emulation);\n\tTue, 29 Aug 2017 13:30:18 +0200"],"X-Greylist":"delayed 380 seconds by postgrey-1.27 at vger.kernel.org;\n\tTue, 29 Aug 2017 07:36:44 EDT","From":"Andreas Ziegler <andreas.ziegler@fau.de>","To":"Greg KH <gregkh@linuxfoundation.org>","Cc":"Ping-Ke Shih <pkshih@realtek.com>,\n\tLarry Finger <Larry.Finger@lwfinger.net>,\n\tYan-Hsuan Chuang <yhchuang@realtek.com>,\n\tBirming Chiu <birming@realtek.com>, Shaofu <shaofu@realtek.com>,\n\tSteven Ting <steventing@realtek.com>,\n\tnetdev <netdev@vger.kernel.org>, devel@driverdev.osuosl.org,\n\tAndreas Ziegler <andreas.ziegler@fau.de>","Subject":"[PATCH] staging: r8822be: Fix typo for CONFIG_RTLWIFI_DEBUG","Date":"Tue, 29 Aug 2017 13:30:08 +0200","Message-Id":"<1504006208-18965-1-git-send-email-andreas.ziegler@fau.de>","X-Mailer":"git-send-email 2.7.4","In-Reply-To":"<20170829112643.GA14571@kroah.com>","References":"<20170829112643.GA14571@kroah.com>","X-Spam-Status":"No, score=-1.0 required=5.0 tests=ALL_TRUSTED=-1\n\tautolearn=disabled version=3.4.0","X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on\n\tfaui40.informatik.uni-erlangen.de","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"},"content":"The debugging output in deinit_priv is guarded by an  #ifdef using\nCONFIG_RTL_DEBUG. This symbol does not exist and should be\nCONFIG_RTLWIFI_DEBUG instead.\n\nSigned-off-by: Andreas Ziegler <andreas.ziegler@fau.de>\n---\n drivers/staging/rtlwifi/halmac/rtl_halmac.c | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)","diff":"diff --git a/drivers/staging/rtlwifi/halmac/rtl_halmac.c b/drivers/staging/rtlwifi/halmac/rtl_halmac.c\nindex 031bf2c..888ca43 100644\n--- a/drivers/staging/rtlwifi/halmac/rtl_halmac.c\n+++ b/drivers/staging/rtlwifi/halmac/rtl_halmac.c\n@@ -386,7 +386,7 @@ static void deinit_priv(struct rtl_halmac *halmac)\n \t\tu32 count, size;\n \n \t\tcount = HALMAC_FEATURE_ALL + 1;\n-#ifdef CONFIG_RTL_DEBUG\n+#ifdef CONFIG_RTLWIFI_DEBUG\n \t\t{\n \t\t\tstruct submit_ctx *sctx;\n \t\t\tu32 i;\n@@ -405,7 +405,7 @@ static void deinit_priv(struct rtl_halmac *halmac)\n \t\t\t\trtl_mfree((u8 *)sctx, sizeof(*sctx));\n \t\t\t}\n \t\t}\n-#endif /* !CONFIG_RTL_DEBUG */\n+#endif /* !CONFIG_RTLWIFI_DEBUG */\n \t\tsize = sizeof(*indicator) * count;\n \t\tkfree((u8 *)indicator);\n \t}\n","prefixes":[]}