commit | 5246c540073fb3d6f9aae87215f297e4895e89b3 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Thu Dec 01 11:35:07 2016 +0100 |
committer | Borislav Petkov <bp@suse.de> | Thu Dec 01 11:35:07 2016 +0100 |
tree | 804e0ebcd57a7ab5925f8e2c5addfafe19324b17 | |
parent | 95d3af6bd18f381b5b1c62f117ce7f152a5db3ea [diff] |
EDAC, amd64: Improve amd64-specific printing macros Prefix the warn and error macros with the respective string so that callers don't have to say "Error" or "Warning". We save us string length this way in the actual calls. While at it, shorten the calls in reserve_mc_sibling_devs(). Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Dan Carpenter <dan.carpenter@oracle.com> Cc: Yazen Ghannam <Yazen.Ghannam@amd.com>