hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/pci/pci-label.c
....@@ -18,7 +18,7 @@
1818 * the instance number and string from the type 41 record and exports
1919 * it to sysfs.
2020 *
21
- * Please see http://linux.dell.com/files/biosdevname/ for more
21
+ * Please see https://linux.dell.com/files/biosdevname/ for more
2222 * information.
2323 */
2424
....@@ -178,7 +178,7 @@
178178 return -1;
179179
180180 obj = acpi_evaluate_dsm(handle, &pci_acpi_dsm_guid, 0x2,
181
- DEVICE_LABEL_DSM, NULL);
181
+ DSM_PCI_DEVICE_NAME, NULL);
182182 if (!obj)
183183 return -1;
184184
....@@ -218,7 +218,7 @@
218218 return false;
219219
220220 return !!acpi_check_dsm(handle, &pci_acpi_dsm_guid, 0x2,
221
- 1 << DEVICE_LABEL_DSM);
221
+ 1 << DSM_PCI_DEVICE_NAME);
222222 }
223223
224224 static umode_t acpi_index_string_exist(struct kobject *kobj,