Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3285211pxf; Mon, 15 Mar 2021 06:17:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwEiygRX4yBIMu1CPqs/0+FO0XOczcNXgGiS4eJL0CaysPDjfdTdjEtBIpSeR4PfzdCGVZ7 X-Received: by 2002:a05:6402:4314:: with SMTP id m20mr29233506edc.5.1615814235933; Mon, 15 Mar 2021 06:17:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1615814235; cv=none; d=google.com; s=arc-20160816; b=Ub/QHN5maK5MAOaxtDtHj7VbijGlRuq0Ea2ai2r85ckaPG0nglove96HFceradgiCv BIa7erUNhji4fNOhCGHxtWI/HdsfxxZTDG7B8qcUDC74NOwl8PX6aEUwMhdX4UYZcBgq A4aJdNlM9AuKNkq94ldANTcgLFt7dl7LlvMUekifHgJVK0BtfR8hxBnsNAHYLrvHnRnG v92hEDQS6uMgMSrE8ffKWGbWeMzLxPrB0fAexIJTljj4mM3jvwGmBNgQ9ICGDaoc5JmP nURgb7Gzj1o0X9jKi+EHWr71nTxSPcUCvc3ULVRw7e7zDmcXDKS518dJALmhLgsSxprr Cqyw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=FgYzLEDjXLnEP0Rgnb2kao1bvMn8LI1M5fwfbLr7fSw=; b=EwDZD970JBXmZ7vrtjJyYPDWizDMOhVmMiBWZi+ihnPnUXqKwi9H1WvP2ZtKw1QZlY CPI7xyYYSUWDcQGJHS6eqEpeKwHwqDuX9EMEVz+2AqK+fSScwDbNMgEnBj4ndOTJBQg+ OwcutCU8aIfApEf+QMtSGGKve5x7AFYBq6Wb1odcaHefb1xvUpTAyKaJCrkJqxUg3WGA B+uKuuiOiBB1ZDldtyTJVZqOSaP5jUcudufSY627TRm35xGR1F9dIWBtQGPEW3maKXpx zUUjVIPTZhO+R6HoSwdYEu/Z4cUzoH2ZX0yZtKmHQdVux5wa6snkvXAPOnm+ouMaPR9T NuJA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n12si10367860edo.340.2021.03.15.06.16.53; Mon, 15 Mar 2021 06:17:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230477AbhCONPi (ORCPT + 99 others); Mon, 15 Mar 2021 09:15:38 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:54247 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230139AbhCONPH (ORCPT ); Mon, 15 Mar 2021 09:15:07 -0400 X-Originating-IP: 79.22.58.175 Received: from uno.homenet.telecomitalia.it (host-79-22-58-175.retail.telecomitalia.it [79.22.58.175]) (Authenticated sender: jacopo@jmondi.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 1CEE9FF805; Mon, 15 Mar 2021 13:15:02 +0000 (UTC) From: Jacopo Mondi To: kieran.bingham+renesas@ideasonboard.com, laurent.pinchart+renesas@ideasonboard.com, niklas.soderlund+renesas@ragnatech.se, geert@linux-m68k.org Cc: Jacopo Mondi , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Laurent Pinchart Subject: [PATCH v2 05/18] media: i2c: rdacm20: Report camera module name Date: Mon, 15 Mar 2021 14:14:59 +0100 Message-Id: <20210315131512.133720-6-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210315131512.133720-1-jacopo+renesas@jmondi.org> References: <20210315131512.133720-1-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org When the device is identified the driver currently reports the names of the chips embedded in the camera module. Report the name of the camera module itself instead. Cosmetic change only. Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- drivers/media/i2c/rdacm20.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/rdacm20.c b/drivers/media/i2c/rdacm20.c index e190fd2e611a..85456e00ba4f 100644 --- a/drivers/media/i2c/rdacm20.c +++ b/drivers/media/i2c/rdacm20.c @@ -536,7 +536,7 @@ static int rdacm20_initialize(struct rdacm20_device *dev) if (ret) return ret; - dev_info(dev->dev, "Identified MAX9271 + OV10635 device\n"); + dev_info(dev->dev, "Identified RDACM20 camera module\n"); /* * Set reverse channel high threshold to increase noise immunity. -- 2.30.0