On Mon, Feb 26, 2018 at 09:57:34AM +0100, Joakim Bech wrote:
> The of_path_of_nvme function introduced a build regression:
>     grub-core/osdep/linux/ofpath.c:365:21: error: comparison between pointer
>     and zero character constant [-Werror=pointer-compare]
>        if ((digit_string != '\0') && (*part_end == 'p'))
>
> Update digit_string to compare against the char instead of the pointer.
>
> Signed-off-by: Joakim Bech <joakim.b...@linaro.org>

CC-ing Vladimir.

Pushed with some commit message changes. Thanks! However, this raises
the question: why this code is build on ARM? Should we do not do that?

Daniel

_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to