Re: [PATCH] firmware: fix the compiller warning

2014-06-20 Thread Matt Fleming
On Fri, 20 Jun, at 12:19:49PM, Ding Tianhong wrote: > When I compile the kernel, found this warning: > > In file included from arch/arm64/kernel/efi-stub.c:44:0: > arch/arm64/kernel/../../../drivers/firmware/efi/fdt.c: In function update_fdt: >

Re: [PATCH] firmware: fix the compiller warning

2014-06-20 Thread Matt Fleming
On Fri, 20 Jun, at 12:19:49PM, Ding Tianhong wrote: When I compile the kernel, found this warning: In file included from arch/arm64/kernel/efi-stub.c:44:0: arch/arm64/kernel/../../../drivers/firmware/efi/fdt.c: In function update_fdt:

[PATCH] firmware: fix the compiller warning

2014-06-19 Thread Ding Tianhong
When I compile the kernel, found this warning: In file included from arch/arm64/kernel/efi-stub.c:44:0: arch/arm64/kernel/../../../drivers/firmware/efi/fdt.c: In function update_fdt: arch/arm64/kernel/../../../drivers/firmware/efi/fdt.c:66:22: warning: unused variable name [-Wunused-variable]

[PATCH] firmware: fix the compiller warning

2014-06-19 Thread Ding Tianhong
When I compile the kernel, found this warning: In file included from arch/arm64/kernel/efi-stub.c:44:0: arch/arm64/kernel/../../../drivers/firmware/efi/fdt.c: In function update_fdt: arch/arm64/kernel/../../../drivers/firmware/efi/fdt.c:66:22: warning: unused variable name [-Wunused-variable]