Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EDAC: skx_common: downgrade message importance on missing PCI device
cherry-pick form linux-next commit 854bb48. Both skx_edac and i10nm_edac drivers are loaded based on the matching CPU being available which leads the module to be automatically loaded in virtual machines as well. That will fail due the missing PCI devices. In both drivers the first function to make use of the PCI devices is skx_get_hi_lo() will simply print EDAC skx: Can't get tolm/tohm for each CPU core, which is noisy. This patch makes it a debug message. Signed-off-by: Aristeu Rozanski <[email protected]> Signed-off-by: Tony Luck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Shile Zhang <[email protected]> Acked-by: Joseph Qi <[email protected]>
- Loading branch information