commit | 7e5d6cf35329c8b232a1e97114545c1745d79083 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Fri Jan 17 12:30:20 2020 +0100 |
committer | Borislav Petkov <bp@suse.de> | Fri Jan 17 13:00:06 2020 +0100 |
tree | 9fd64a5b86c613e2f18dd80d1c6af9123baad921 | |
parent | 6cd18453b68942913fd3b1913b707646e544c2ac [diff] |
EDAC/amd64: Do not warn when removing instances On machines which do not populate all nodes with DIMMs, the driver doesn't initialize an instance there. However, the instance removal remove_one_instance() path will warn unconditionally, which is wrong. Remove the WARN_ON() even if the warning is innocent because it causes a splat in dmesg. Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200117115939.5524-1-bp@alien8.de