|
@@ -199,7 +199,7 @@ static int __init gtdt_parse_timer_block(struct acpi_gtdt_timer_block *block,
|
|
struct acpi_gtdt_timer_entry *gtdt_frame;
|
|
struct acpi_gtdt_timer_entry *gtdt_frame;
|
|
|
|
|
|
if (!block->timer_count) {
|
|
if (!block->timer_count) {
|
|
- pr_err(FW_BUG "GT block present, but frame count is zero.");
|
|
|
|
|
|
+ pr_err(FW_BUG "GT block present, but frame count is zero.\n");
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
}
|
|
}
|
|
|
|
|