| .. | .. |
|---|
| 18 | 18 | * the instance number and string from the type 41 record and exports |
|---|
| 19 | 19 | * it to sysfs. |
|---|
| 20 | 20 | * |
|---|
| 21 | | - * Please see http://linux.dell.com/files/biosdevname/ for more |
|---|
| 21 | + * Please see https://linux.dell.com/files/biosdevname/ for more |
|---|
| 22 | 22 | * information. |
|---|
| 23 | 23 | */ |
|---|
| 24 | 24 | |
|---|
| .. | .. |
|---|
| 178 | 178 | return -1; |
|---|
| 179 | 179 | |
|---|
| 180 | 180 | obj = acpi_evaluate_dsm(handle, &pci_acpi_dsm_guid, 0x2, |
|---|
| 181 | | - DEVICE_LABEL_DSM, NULL); |
|---|
| 181 | + DSM_PCI_DEVICE_NAME, NULL); |
|---|
| 182 | 182 | if (!obj) |
|---|
| 183 | 183 | return -1; |
|---|
| 184 | 184 | |
|---|
| .. | .. |
|---|
| 218 | 218 | return false; |
|---|
| 219 | 219 | |
|---|
| 220 | 220 | return !!acpi_check_dsm(handle, &pci_acpi_dsm_guid, 0x2, |
|---|
| 221 | | - 1 << DEVICE_LABEL_DSM); |
|---|
| 221 | + 1 << DSM_PCI_DEVICE_NAME); |
|---|
| 222 | 222 | } |
|---|
| 223 | 223 | |
|---|
| 224 | 224 | static umode_t acpi_index_string_exist(struct kobject *kobj, |
|---|