diff options
author | Joerg Roedel <jroedel@suse.de> | 2020-03-19 12:13:07 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-03-28 14:14:26 +0300 |
commit | c90beea22a2bece4b0bbb39789bf835504421594 (patch) | |
tree | 420900011b413e5b6dd85c9be300b2c4ceda5ca9 /arch/arm/configs/magician_defconfig | |
parent | bac59d18c7018a2fd5e800a1e72a8271bf404977 (diff) | |
download | linux-c90beea22a2bece4b0bbb39789bf835504421594.tar.xz |
x86/boot/compressed: Fix debug_puthex() parameter type
In the CONFIG_X86_VERBOSE_BOOTUP=Y case, the debug_puthex() macro just
turns into __puthex(), which takes 'unsigned long' as parameter.
But in the CONFIG_X86_VERBOSE_BOOTUP=N case, it is a function which
takes 'unsigned char *', causing compile warnings when the function is
used. Fix the parameter type to get rid of the warnings.
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200319091407.1481-11-joro@8bytes.org
Diffstat (limited to 'arch/arm/configs/magician_defconfig')
0 files changed, 0 insertions, 0 deletions