|
@@ -263,8 +263,7 @@ static int crb_map_io(struct acpi_device *device, struct crb_priv *priv,
|
|
acpi_dev_free_resource_list(&resources);
|
|
acpi_dev_free_resource_list(&resources);
|
|
|
|
|
|
if (resource_type(&io_res) != IORESOURCE_MEM) {
|
|
if (resource_type(&io_res) != IORESOURCE_MEM) {
|
|
- dev_err(dev,
|
|
|
|
- FW_BUG "TPM2 ACPI table does not define a memory resource\n");
|
|
|
|
|
|
+ dev_err(dev, FW_BUG "TPM2 ACPI table does not define a memory resource\n");
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
}
|
|
}
|
|
|
|
|