Re: [PATCH v2] arm64/xen: Fix too few arguments to function ‘grub_file_open’

2018-11-21 Thread Daniel Kiper
On Tue, Nov 20, 2018 at 11:39:42AM +, Lee Jones wrote: > From: Lee Jones > > arm64/xen: Fix too few arguments to function ‘grub_file_open’ > > Without this fix xen_boot.c omits: > > loader/arm64/xen_boot.c: In function ‘grub_cmd_xen_module’: > loader/arm64/xen_boot.c:424:10: error: too few arg

[PATCH v2] arm64/xen: Fix too few arguments to function ‘grub_file_open’

2018-11-20 Thread Lee Jones
From: Lee Jones arm64/xen: Fix too few arguments to function ‘grub_file_open’ Without this fix xen_boot.c omits: loader/arm64/xen_boot.c: In function ‘grub_cmd_xen_module’: loader/arm64/xen_boot.c:424:10: error: too few arguments to function ‘grub_file_open’ file = grub_file_open (argv[0]);