diff options
author | Tony Luck <[email protected]> | 2016-07-14 15:38:43 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-07-16 06:11:59 +0900 |
commit | 0ba169ac3600ae4032ee14b4192e6bf5d67723f5 (patch) | |
tree | ec1036fbfde78ebac111ac39bb14506e79b1346e /lib/net_utils.c | |
parent | fa3a9f5744a92c0d7856d4e326c8d920d1d31116 (diff) |
EDAC, sb_edac: Fix Knights Landing
In commit 2c1ea4c700af ("EDAC, sb_edac: Use cpu family/model in driver
detection") I broke Knights Landing because I failed to notice that it
called a wrapper macro "sbridge_get_all_devices_knl" instead of
"sbridge_get_all_devices" like all the other types.
Now that we include the processor type in the pci_id_table structure we
can skip the wrappers and just have the sbridge_get_all_devices() check
the type to decide whether to allow duplicate devices and controllers to
have registers spread across buses.
Fixes: 2c1ea4c700af ("EDAC, sb_edac: Use cpu family/model in driver detection")
Tested-by: Lukasz Odzioba <[email protected]>
Acked-by: Aristeu Rozanski <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/net_utils.c')
0 files changed, 0 insertions, 0 deletions