git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea6be2
)
x86, microcode, AMD: Cleanup code a bit
author
Borislav Petkov
<borislav.petkov@amd.com>
Mon, 1 Nov 2010 22:36:53 +0000
(23:36 +0100)
committer
Borislav Petkov
<borislav.petkov@amd.com>
Wed, 10 Nov 2010 13:54:54 +0000
(14:54 +0100)
get_ucode_data is a memcpy() wrapper which always returns 0. Move it
into the header and make it an inline. Remove all code checking its
return value and turn it into a void.
There should be no functionality change resulting from this patch.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
No differences found