commit | 8c135206c826095c852c16d94a0a74eeaf05c90d | [log] [tgz] |
---|---|---|
author | Andreas Herrmann <andreas.herrmann3@amd.com> | Tue Dec 16 19:13:00 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Dec 16 19:58:02 2008 +0100 |
tree | 91dfbdb679bef091ce5752fbf9fc19f42d6f6bf6 | |
parent | be957763b01905d33b53cdd25c8df110f94f499a [diff] |
x86: microcode_amd: fix compile warning Impact: fix build warning CC arch/x86/kernel/microcode_amd.o arch/x86/kernel/microcode_amd.c: In function ‘request_microcode_fw’: arch/x86/kernel/microcode_amd.c:393: warning: passing argument 2 of ‘generic_load_microcode’ discards qualifiers from pointer target type (Respect "const" qualifier of firmware->data.) Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>