Commit bcfa289
PCI: Replace cxl_error_is_native() with pcie_aer_is_native()
The AER driver includes a CXL support function cxl_error_is_native(). This
function adds no additional value from pcie_aer_is_native().
Simplify the codebase by removing cxl_error_is_native() and replace
occurrences of cxl_error_is_native() with pcie_aer_is_native().
Signed-off-by: Terry Bowman <terry.bowman@amd.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/20260114182055.46029-7-terry.bowman@amd.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>1 parent eb78ef4 commit bcfa289
1 file changed
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1166 | 1166 | | |
1167 | 1167 | | |
1168 | 1168 | | |
1169 | | - | |
1170 | | - | |
1171 | | - | |
1172 | | - | |
1173 | | - | |
1174 | | - | |
1175 | | - | |
1176 | 1169 | | |
1177 | 1170 | | |
1178 | 1171 | | |
| |||
1186 | 1179 | | |
1187 | 1180 | | |
1188 | 1181 | | |
1189 | | - | |
| 1182 | + | |
1190 | 1183 | | |
1191 | 1184 | | |
1192 | 1185 | | |
| |||
1227 | 1220 | | |
1228 | 1221 | | |
1229 | 1222 | | |
1230 | | - | |
| 1223 | + | |
1231 | 1224 | | |
1232 | 1225 | | |
1233 | 1226 | | |
| |||
0 commit comments