From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:54034 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389339AbfIFM7t (ORCPT ); Fri, 6 Sep 2019 08:59:49 -0400 Date: Fri, 6 Sep 2019 14:59:42 +0200 From: Jessica Yu Subject: Re: [PATCH v5 10/11] usb-storage: remove single-use define for debugging Message-ID: <20190906125942.GA31531@linux-8ccs> References: <20180716122125.175792-1-maco@android.com> <20190906103235.197072-1-maennich@google.com> <20190906103235.197072-11-maennich@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190906103235.197072-11-maennich@google.com> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Matthias Maennich Cc: linux-kernel@vger.kernel.org, kernel-team@android.com, arnd@arndb.de, gregkh@linuxfoundation.org, joel@joelfernandes.org, lucas.de.marchi@gmail.com, maco@android.com, sspatil@google.com, will@kernel.org, yamada.masahiro@socionext.com, linux-kbuild@vger.kernel.org, linux-modules@vger.kernel.org, linux-usb@vger.kernel.org, usb-storage@lists.one-eyed-alien.net +++ Matthias Maennich [06/09/19 11:32 +0100]: >USB_STORAGE was defined as "usb-storage: " and used in a single location >as argument to printk. In order to be able to use the name >'USB_STORAGE', drop the definition and use the string directly for the >printk call. > >Reviewed-by: Greg Kroah-Hartman >Signed-off-by: Matthias Maennich Greg, didn't you pick this patch up for usb-next already (for the 5.4 merge window)? If that's the case, I could apply the series omitting this patch (once there are no more comments or complaints). Thanks! Jessica