From patchwork Tue Feb 1 09:27:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 15315 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 62A3ABDCBF for ; Tue, 1 Feb 2022 09:27:45 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9B551609AF; Tue, 1 Feb 2022 10:27:44 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="JrRdhB90"; dkim-atps=neutral Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2D57D609AC for ; Tue, 1 Feb 2022 10:27:43 +0100 (CET) Received: by mail-wm1-x336.google.com with SMTP id v123so12202315wme.2 for ; Tue, 01 Feb 2022 01:27:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=/vA+TTNOcAn6G7a36dLDQE237v6Ufxc5lg5UfKqlX2k=; b=JrRdhB90b8BNmsZdffSkBkabB2Qvw/GmQl/vE+JDRXkPWXbhuTz82P6hAftbspxkra 4c7uIHYnkaKyJgGn7LwBamMfrKd/FA3FfIfqdw6JRhBRQmE7531wHB3X0kWHEuuldAhP HzuzI2tZkjhN0vQxdeVdHQ1OKWdtS0RMei2oaEBL2p7u4wgZBp6L5B4wVoaCl8WrgL/P zlxIXEKNTqhs9JGaHuTE1l1rhBYygSD/RXL55tM7eWwnrpGw/FhC73o5Grl1MvvJYxjp 3qn4bJMxKPl9hObEakr8mWXCmp58n2cM83fu+eMm9bMJLQ2KOU54BvIGrFWlg7Rf4xEZ Q7VQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=/vA+TTNOcAn6G7a36dLDQE237v6Ufxc5lg5UfKqlX2k=; b=ABE3kJkErhnZZVaztTRRW+7Pw/dfCMmt3LV5x4/jAYB43GLdpuWZV88wLtldUev9+z Mk/ooi+9feclwmYP9wJR+nFeE/s6PbHA2K8H4QhuyD8stDNa+gSyxxxnECb/tJQvJOoM khxl2HA+WhCYhTafGR5HxTz1BuUdFRM+Un8YYJNKh+U0pFHFwNnLK/iGL1q4txOPQISg dzdj33OC7M1mMf4BtsVOEjwHrcNuIvQNoCaucOZyzSU2KIfma7uDQsO9Y1qilWbTDeju mjL76qkCLsPwVlZzv7TdmFmSf2PtAAYQwWZKRwzHiguf069Gxrzi7uebHYH8SxeiR5SZ D5Xw== X-Gm-Message-State: AOAM532eKv2ZsyGe7bqyF/IU+sgHfU8Uz7qzkVdq0ETpr1QYc7b7zwCC HZSmoZmcbxMf8DwSpa0aZonAW3+3Xbu8ew== X-Google-Smtp-Source: ABdhPJwNV/9R4i3mI7Y9wkyRzF6YwdijkUGEP3x5JV1dClMw3BRHKwxbaC9WNXoxVoZjdHVTEQD+yQ== X-Received: by 2002:a05:600c:3d8c:: with SMTP id bi12mr943116wmb.109.1643707662615; Tue, 01 Feb 2022 01:27:42 -0800 (PST) Received: from naush-laptop.pitowers.org ([2a00:1098:3142:14:4d5c:b154:41bf:e0bf]) by smtp.gmail.com with ESMTPSA id i6sm13841964wrw.8.2022.02.01.01.27.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Feb 2022 01:27:42 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Tue, 1 Feb 2022 09:27:37 +0000 Message-Id: <20220201092738.804028-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1 1/2] pipeline: raspberrypi: Fix log message X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Fix a typo in a logging message. Signed-off-by: Naushir Patuck Reviewed-by: David Plowman Reviewed-by: Laurent Pinchart --- src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp index 8c03eecefe42..6a46e6bc89fa 100644 --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp @@ -2070,7 +2070,7 @@ void RPiCameraData::tryRunPipeline() ispPrepare.embeddedBufferPresent = true; LOG(RPI, Debug) << "Signalling signalIspPrepare:" - << " Bayer buffer id: " << embeddedId; + << " Embedded buffer id: " << embeddedId; } ipa_->signalIspPrepare(ispPrepare);