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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A6099C4649A for ; Fri, 5 Jul 2019 08:38:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7F682218BC for ; Fri, 5 Jul 2019 08:38:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727506AbfGEIiV (ORCPT ); Fri, 5 Jul 2019 04:38:21 -0400 Received: from mga04.intel.com ([192.55.52.120]:23639 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727060AbfGEIiV (ORCPT ); Fri, 5 Jul 2019 04:38:21 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2019 01:38:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,454,1557212400"; d="scan'208";a="185133480" Received: from mloenko-mobl.amr.corp.intel.com ([10.252.3.191]) by fmsmga001.fm.intel.com with ESMTP; 05 Jul 2019 01:38:18 -0700 Message-ID: <5129e850dd02f4d823cf2b2c36b9c5ef862251ac.camel@intel.com> Subject: Re: [PATCH 4/5] iwlwifi: mvm: remove unused .remove_sta_debugfs callback From: Luciano Coelho To: Greg Kroah-Hartman , Johannes Berg Cc: Emmanuel Grumbach , Intel Linux Wireless , Kalle Valo , "David S. Miller" , Sara Sharon , Erel Geron , Avraham Stern , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Date: Fri, 05 Jul 2019 11:38:17 +0300 In-Reply-To: <20190612142658.12792-4-gregkh@linuxfoundation.org> References: <20190612142658.12792-1-gregkh@linuxfoundation.org> <20190612142658.12792-4-gregkh@linuxfoundation.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Wed, 2019-06-12 at 16:26 +0200, Greg Kroah-Hartman wrote: > The .remove_sta_debugfs callback was not doing anything in this driver, > so remove it as it is not needed. > > Cc: Johannes Berg > Cc: Emmanuel Grumbach > Cc: Luca Coelho > Cc: Intel Linux Wireless > Cc: Kalle Valo > Cc: "David S. Miller" > Cc: Sara Sharon > Cc: Greg Kroah-Hartman > Cc: Erel Geron > Cc: Avraham Stern > Cc: linux-wireless@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Greg Kroah-Hartman > --- Thanks, Greg! I applied this to our internal tree and it will reach the mainline following our normal upstreaming process. -- Cheers, Luca.