diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2016-08-25 11:34:03 +0200 |
---|---|---|
committer | Matt Fleming <matt@codeblueprint.co.uk> | 2016-09-09 16:08:55 +0100 |
commit | 20ebc15e6c8f9772804fa10110bf074a7b1d25fa (patch) | |
tree | a39b67fbfcecaffbdeddb6b6b6f1b4bbae33f13b /arch/x86/boot | |
parent | cb82cce7035ec22a69ab3bd4d2fe6729527ce1ca (diff) | |
download | linux-20ebc15e6c8f9772804fa10110bf074a7b1d25fa.tar.bz2 |
x86/efi: Use kmalloc_array() in efi_call_phys_prolog()
* A multiplication for the size determination of a memory allocation
indicated that an array data structure should be processed.
Thus reuse the corresponding function "kmalloc_array".
This issue was detected by using the Coccinelle software.
* Replace the specification of a data type by a pointer dereference
to make the corresponding size determination a bit safer according to
the Linux coding style convention.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
Diffstat (limited to 'arch/x86/boot')
0 files changed, 0 insertions, 0 deletions