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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 559FCC05027 for ; Mon, 23 Jan 2023 14:18:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232134AbjAWOSO (ORCPT ); Mon, 23 Jan 2023 09:18:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35772 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232111AbjAWOSN (ORCPT ); Mon, 23 Jan 2023 09:18:13 -0500 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76EEDDBF6 for ; Mon, 23 Jan 2023 06:18:12 -0800 (PST) X-IronPort-AV: E=McAfee;i="6500,9779,10598"; a="309624972" X-IronPort-AV: E=Sophos;i="5.97,239,1669104000"; d="scan'208";a="309624972" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jan 2023 06:18:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10598"; a="654949478" X-IronPort-AV: E=Sophos;i="5.97,239,1669104000"; d="scan'208";a="654949478" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 23 Jan 2023 06:18:08 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pJxeA-00Dm4U-2l; Mon, 23 Jan 2023 16:18:06 +0200 Date: Mon, 23 Jan 2023 16:18:06 +0200 From: Andy Shevchenko To: Hans de Goede Cc: Mauro Carvalho Chehab , Sakari Ailus , Tsuchiya Yuto , Yury Luneff , Nable , andrey.i.trufanov@gmail.com, Fabio Aiuto , linux-media@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH 05/57] media: atomisp: Silence "isys dma store at addr, val" debug messages Message-ID: References: <20230123125205.622152-1-hdegoede@redhat.com> <20230123125205.622152-6-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230123125205.622152-6-hdegoede@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Mon, Jan 23, 2023 at 01:51:13PM +0100, Hans de Goede wrote: > These are clearly debug messages, printing these all the time is not > useful. > > Silence these by simply removing them altogether. Reviewed-by: Andy Shevchenko > Signed-off-by: Hans de Goede > --- > .../media/atomisp/pci/css_2401_system/host/isys_dma_private.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma_private.h b/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma_private.h > index a313e1dc7c71..d65fe9ec9049 100644 > --- a/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma_private.h > +++ b/drivers/staging/media/atomisp/pci/css_2401_system/host/isys_dma_private.h > @@ -34,8 +34,6 @@ void isys2401_dma_reg_store(const isys2401_dma_ID_t dma_id, > > reg_loc = ISYS2401_DMA_BASE[dma_id] + (reg * sizeof(hrt_data)); > > - ia_css_print("isys dma store at addr(0x%x) val(%u)\n", reg_loc, > - (unsigned int)value); > ia_css_device_store_uint32(reg_loc, value); > } > > -- > 2.39.0 > -- With Best Regards, Andy Shevchenko