From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiA1O-0001LA-Sz for qemu-devel@nongnu.org; Tue, 23 Sep 2008 11:41:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiA1M-0001KE-D3 for qemu-devel@nongnu.org; Tue, 23 Sep 2008 11:41:49 -0400 Received: from [199.232.76.173] (port=35566 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiA1M-0001K8-9D for qemu-devel@nongnu.org; Tue, 23 Sep 2008 11:41:48 -0400 Received: from ns6.enix.org ([193.19.211.1]:38046 helo=the-doors.enix.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiA1L-0004eY-Qu for qemu-devel@nongnu.org; Tue, 23 Sep 2008 11:41:48 -0400 Received: from surf (localhost [127.0.0.1]) by the-doors.enix.org (Postfix) with ESMTP id 3E06791C92 for ; Tue, 23 Sep 2008 17:41:45 +0200 (CEST) Date: Tue, 23 Sep 2008 17:41:48 +0200 From: Thomas Petazzoni Message-ID: <20080923174148.48ff1ffc@surf> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/orEzcOhhOV+4w8/+Z//Gb/j"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: [Qemu-devel] [PATCH] pflash: Add missing parenthesis in error message Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --Sig_/orEzcOhhOV+4w8/+Z//Gb/j Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable pflash: Add missing parenthesis in error message Signed-off-by: Thomas Petazzoni --- hw/pflash_cfi01.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: qemu/hw/pflash_cfi01.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- qemu.orig/hw/pflash_cfi01.c +++ qemu/hw/pflash_cfi01.c @@ -381,7 +381,7 @@ =20 error_flash: printf("%s: Unimplemented flash cmd sequence " - "(offset " TARGET_FMT_lx ", wcycle 0x%x cmd 0x%x value 0x%x\n", + "(offset " TARGET_FMT_lx ", wcycle 0x%x cmd 0x%x value 0x%x)\n", __func__, offset, pfl->wcycle, pfl->cmd, value); =20 reset_flash: --=20 Thomas Petazzoni, thomas.petazzoni@enix.org, http://thomas.enix.org Jabber, thomas.petazzoni@jabber.dk Toulibre, http://www.toulibre.org - APRIL, http://www.april.org Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E 1624 F653 CB30 98D3 F7A7 --Sig_/orEzcOhhOV+4w8/+Z//Gb/j Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFI2Q5A9lPLMJjT96cRAorDAKCypcBwC7cThU5Z0xDVmZ/6rFwHTwCeKF8U 9PqyE3azt5bhJpZP/abcM8w= =ITqd -----END PGP SIGNATURE----- --Sig_/orEzcOhhOV+4w8/+Z//Gb/j--