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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 BA049C433DB for ; Fri, 19 Mar 2021 06:43:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F19361494 for ; Fri, 19 Mar 2021 06:43:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233865AbhCSGmi (ORCPT ); Fri, 19 Mar 2021 02:42:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:57906 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233953AbhCSGmO (ORCPT ); Fri, 19 Mar 2021 02:42:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 161C761494; Fri, 19 Mar 2021 06:42:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616136133; bh=ImAkHCzc5WG0y4vB0/Y3CwDPIGZqeshxLO/Zc3IXzbo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PxSfUAjkeal3bOELDTpmmQW/oqR3J3HzNEKu0vjX1shqnHkyEv2BT8O7hP0iOWxUy SatHJf28MHUmWLigGhpqRt4Gd9CEvE0eQSohx01D83PbqGMdeQ1sbVopCj6R7Ahwzj O3Dz269nJxGFYaDJMT8hzo1RXajXEyUez/bV/UYw= Date: Fri, 19 Mar 2021 07:42:10 +0100 From: Greg KH To: Paul McQuade Cc: Larry.Finger@lwfinger.net, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rtl8188eu: Removed Unnecessary ftrace-like logging Message-ID: References: <20210318200527.454486-1-paulmcquad@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210318200527.454486-1-paulmcquad@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 18, 2021 at 08:05:27PM +0000, Paul McQuade wrote: > prefer using ftrace You need to say more here than just this please. Also please fix up your subject line to have "staging:" in it, otherwise it gets easily lost. thanks, greg k-h