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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY 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 58D7BC11D04 for ; Thu, 20 Feb 2020 11:09:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2752324654 for ; Thu, 20 Feb 2020 11:09:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eQzyBUAs"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="HnQATuvo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2752324654 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8TxbvqSjM+uOrmHUJiXR3frQobKua+J+OP4P4QhYpKs=; b=eQzyBUAswyzal/ wUifDFgxPHVRrA1wHlN8mlCGghoFOxIDKCDUTNj1yLIn9CF1DvI+NtveRZ+eJdzN/wn2R8j5u/gwi G1DTpAQoY0VMRJ3JZPbToiwcMAqGjON+OTHKMPBN+R4KBpN/bkuP8uJAvOlRtUcmfjP5OQq7FBagO GXiN/s9zgzF1Y2wnHHJNTrGwLeDxBQ1xGVz9SA7sIMKJBHs/lTnoL/hGKS3dew0SLhHGQIwEdDXy6 WcWRjqbvHBqfJ0JoWnG59j9sYfunSpiHGL6+oAO7TMgNEMeSdZlQxC4DH5th3Rq37NrXU/WXFr7lt fR5uJPB5rlXL4iKE192Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j4jiB-0006FA-Gj; Thu, 20 Feb 2020 11:09:43 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j4ji5-0006Eg-IY for linux-arm-kernel@lists.infradead.org; Thu, 20 Feb 2020 11:09:41 +0000 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C722024654; Thu, 20 Feb 2020 11:09:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582196977; bh=5jznYIffxvU6eZSgRtNjQDXxHiq8x9que/YSIcqNoO4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HnQATuvonnFZRK8jNgZHTiyoH2pbNcWyCMPwZlxxY0d+PlUlNftiRhrnDM8c/m3he bA+vX8Z+3LGvDvrnOgBIw0C9VyjpbpqYkPJ+sUJCrEJFapbygLBeuS4cf/jgYeeJ2W Hzom6XFfHM6e+Qt2Szygw+IeF9/RooxD5rwKLWm0= Date: Thu, 20 Feb 2020 12:09:34 +0100 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Subject: Re: [PATCH 2/2] tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUG Message-ID: <20200220110934.GA3374196@kroah.com> References: <20200220102628.3371996-1-gregkh@linuxfoundation.org> <20200220102628.3371996-2-gregkh@linuxfoundation.org> <20200220105541.GB24587@pi3> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200220105541.GB24587@pi3> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200220_030940_727355_6499E59A X-CRM114-Status: GOOD ( 12.01 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Donghoon Yu , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Shinbeom Choi , Hyunki Koo , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Jiri Slaby , HYUN-KI KOO Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Feb 20, 2020 at 11:55:41AM +0100, Krzysztof Kozlowski wrote: > On Thu, Feb 20, 2020 at 11:26:28AM +0100, Greg Kroah-Hartman wrote: > > Since a05025d0ce72 ("tty: serial: samsung_tty: use standard debugging > > macros") this configuration option is not used at all, so remove it from > > the Kconfig file. > > > > Cc: Kukjin Kim > > Cc: Donghoon Yu > > Cc: Hyunki Koo > > Cc: HYUN-KI KOO > > Cc: Shinbeom Choi > > Cc: Krzysztof Kozlowski > > Cc: Jiri Slaby > > Cc: linux-arm-kernel@lists.infradead.org > > Cc: linux-samsung-soc@vger.kernel.org > > Cc: linux-serial@vger.kernel.org > > Cc: linux-kernel@vger.kernel.org > > Signed-off-by: Greg Kroah-Hartman > > --- > > drivers/tty/serial/Kconfig | 9 --------- > > 1 file changed, 9 deletions(-) > > Reviewed-by: Krzysztof Kozlowski Thanks for the quick review of both of these! greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel