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:
73ba859
)
amd64_edac: Cleanup return type of amd64_determine_edac_cap()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 6 Oct 2011 06:30:25 +0000
(
02:30
-0400)
committer
Borislav Petkov
<borislav.petkov@amd.com>
Thu, 6 Oct 2011 10:35:46 +0000
(12:35 +0200)
Sparse complains that edac_cap was declared as dev_type and we are
returning edac_type. Historically, edac_type was correct but since
then we have changed it to return a bit field.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link:
http://lkml.kernel.org/r/20111006063025.GA2615@mwanda
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
No differences found