[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL01qpuXkAw+87vZ-j4c3tu5qyj7sPdJXA+F4aP-O_XPpc=5JA@mail.gmail.com>
Date: Mon, 2 Jun 2014 12:31:20 +0100
From: "Fleming, Matt" <matt.fleming@...el.com>
To: Catalin Marinas <catalin.marinas@....com>
Cc: "linux-efi@...r.kernel.org" <linux-efi@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] efi: Fix compiler warnings (unused, const, type)
On 2 June 2014 11:31, Catalin Marinas <catalin.marinas@....com> wrote:
> This patch fixes a few compiler warning in the efi code for unused
> variable, discarding const qualifier and wrong pointer type:
>
> drivers/firmware/efi/fdt.c|66 col 22| warning: unused variable ‘name’ [-Wunused-variable]
> drivers/firmware/efi/efi.c|368 col 3| warning: passing argument 3 of ‘of_get_flat_dt_prop’ from incompatible pointer type [enabled by default]
> drivers/firmware/efi/efi.c|368 col 8| warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
>
> Signed-off-by: Catalin Marinas <catalin.marinas@....com>
> ---
>
> Matt,
>
> Unless you have fixed these already, please consider applying (warnings in
> latest next/master branch).
Thanks, applied to arm64-efi.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists