From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Wed, 02 Nov 2011 21:46:49 +1100 Subject: [U-Boot] [PATCH v1] Fix a compiler warning in arch/x86/lib/realmode.c In-Reply-To: <1319171357-31410-1-git-send-email-gabeblack@chromium.org> References: <1319171357-31410-1-git-send-email-gabeblack@chromium.org> Message-ID: <4EB11F99.3030800@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21/10/11 15:29, Gabe Black wrote: > Ensure that the value being passed to a %d format specifier is of type > int. > > > Signed-off-by: Gabe Black > --- > arch/x86/lib/realmode.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Applied to u-boot-x86 (with minor tweak to subject to include x86: label) Thanks, Graeme