From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::241; helo=mail-wr0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7172522280C3C for ; Wed, 27 Dec 2017 07:45:21 -0800 (PST) Received: by mail-wr0-x241.google.com with SMTP id l19so24661367wrc.2 for ; Wed, 27 Dec 2017 07:50:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=tftp2UE80/8QxkH+5zL9DVRzwGTyGZ4lxt+6iGbau7k=; b=bJbCndGsD/s+gF7Ghw4NZyg0n+CluLXu30zr+uWZ8Zn595p1UZBOHmKd1t0TP/P1Qz agzFtHckvOG5sk5Gz6O7EoxKTtZZ+rtXCixUwlVNCL0s6Jdi9x73OyPChUotHk5SUuve 4WeYthcuvPsovAL/d3GFvDG8rNM796ictANhE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=tftp2UE80/8QxkH+5zL9DVRzwGTyGZ4lxt+6iGbau7k=; b=GD5mRcLpZWBOYAV5ugVAVvX5RxF8HS+YNLacgnjW/8GpWY3HSwN6o0kRw1xwb6+dn8 n8NaLL6eXaldb6oP+dYqpK3QEBY9j7IIFgCs7LmgtwU+VZRec5f/IEVA+AgISLQlhhNy wqHNQ4r0bid61KospNY+1qczQ9ACJoTICdtYmhBG4eJ5pR3i+Ukp5FE1eOdkuqQOZvpK VYhK5HRCAceTeonfSG64w8M6KyiOs5WEuVFe6frIxU6LmvreKQoVQ56okwn4Adq9Oef8 A6gtv2LX0fSvhvfWQe3mhDWb8qJpcfKjfqBMI6MDWLYpM37bDixBBz25hwBfh+GcqPKp fFzQ== X-Gm-Message-State: AKGB3mKj2mya5wBP/gx2x2Net1DQSrkD2qAFjFQi5t0H0XXj/Go/EKEe MDeEqALTAKXuVHVS2wcTTo4w6VVrgMI= X-Google-Smtp-Source: ACJfBos9MyaI9Gkr3Q7J1xIIQBcr9VvXZa53d0zUMXi9p1ECI8867wb3qeIm+lg7ok880X0jhKW4ow== X-Received: by 10.223.190.12 with SMTP id n12mr21186173wrh.34.1514389815676; Wed, 27 Dec 2017 07:50:15 -0800 (PST) Received: from localhost.localdomain ([105.137.110.132]) by smtp.gmail.com with ESMTPSA id i17sm20840876wrf.71.2017.12.27.07.50.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Dec 2017 07:50:14 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Wed, 27 Dec 2017 15:49:58 +0000 Message-Id: <20171227155001.25886-4-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171227155001.25886-1-ard.biesheuvel@linaro.org> References: <20171227155001.25886-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 3/6] Silicon/SynQuacerI2cDxe: remove spurious format specifier X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 15:45:22 -0000 Remove a %r without an associated parameter. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Silicon/Socionext/SynQuacer/Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Socionext/SynQuacer/Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.c b/Silicon/Socionext/SynQuacer/Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.c index c3703dfb6c33..46c512a20151 100644 --- a/Silicon/Socionext/SynQuacer/Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.c +++ b/Silicon/Socionext/SynQuacer/Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.c @@ -335,7 +335,7 @@ SynQuacerI2cStartRequest ( } if (MmioRead8 (I2c->MmioBase + F_I2C_REG_BSR) & F_I2C_BSR_LRB) { - BOOTTIME_DEBUG ((DEBUG_WARN, "%a: No ack received - %r\n", __FUNCTION__)); + BOOTTIME_DEBUG ((DEBUG_WARN, "%a: No ack received\n", __FUNCTION__)); Status = EFI_DEVICE_ERROR; break; } -- 2.11.0