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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 A18DDC433DF for ; Fri, 7 Aug 2020 06:28:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6138022D2A for ; Fri, 7 Aug 2020 06:28:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596781695; bh=AUsPBLdLKr44ZCkwsOyeqG6DjOnWpE+YwbGA9SXtmY8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=egFHWoOt6XFR+Sc3Hoq6xBAvnnzKWiJrFzUcISTlCOeKcMlnceSY8abinNj4kxwBW SFkKeuCuwzbAc0g9Chf9llfrzHVKULk+XXbMd3tH1eCWHCNDWtH5CXgFxlRMLeLyHS 0sFRal95VMOhfsR4hFE0n3wvXcTXEs3SfguvNroo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726422AbgHGG2O (ORCPT ); Fri, 7 Aug 2020 02:28:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:35566 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725845AbgHGG2N (ORCPT ); Fri, 7 Aug 2020 02:28:13 -0400 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 99F7122CF6; Fri, 7 Aug 2020 06:28:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596781693; bh=AUsPBLdLKr44ZCkwsOyeqG6DjOnWpE+YwbGA9SXtmY8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uryiJWLz3T58vNpTVTIHn2na9ql+ZIfe33Ev8pSL5Tf/r3KgU4nLBlc39QdeITvk6 eiuSb/KWb3rvFhTkJvGndJyoOkLgHxZdOM2hEIRk66CcvdbC6ZaYz4PO/CR5JChFav O7agK8ajitCEb70RbAM9kh/QSDqyvAxmYs4VUgRQ= Date: Fri, 7 Aug 2020 08:28:09 +0200 From: Greg Kroah-Hartman To: Nicolas Boichat Cc: Mauro Carvalho Chehab , devel@driverdev.osuosl.org, lkml , Sakari Ailus , Linux Media Mailing List Subject: Re: [RESEND PATCH] media: atomisp: Replace trace_printk by pr_info Message-ID: <20200807062809.GB979264@kroah.com> References: <20200710144520.RESEND.1.Id0f52f486e277b5af30babac8ba6b09589962a68@changeid> <20200710070332.GA1175842@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 07, 2020 at 09:50:23AM +0800, Nicolas Boichat wrote: > On Fri, Jul 24, 2020 at 8:41 PM Nicolas Boichat wrote: > > > > On Fri, Jul 10, 2020 at 3:03 PM Greg Kroah-Hartman > > wrote: > > > > > > On Fri, Jul 10, 2020 at 02:45:29PM +0800, Nicolas Boichat wrote: > > > > trace_printk should not be used in production code, replace it > > > > call with pr_info. > > > > > > > > Signed-off-by: Nicolas Boichat > > > > --- > > > > Sent this before as part of a series (whose 4th patch was a > > > > change that allows to detect such trace_printk), but maybe it's > > > > easier to get individual maintainer attention by splitting it. > > > > > > Mauro should take this soon: > > > > > > Acked-by: Greg Kroah-Hartman > > > > Mauro: did you get a chance to look at this? (and the other similar > > patch "media: camss: vfe: Use trace_printk for debugging only") > > Mauro: Another gentle ping. Thanks. It's the middle of the merge window, maintainers can't do anything until after 5.9-rc1 is out, sorry. greg k-h