diff options
Diffstat (limited to 'drivers/acpi/tables.c')
| -rw-r--r-- | drivers/acpi/tables.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c index b7dac30adf0c..4dfbf491b6e3 100644 --- a/drivers/acpi/tables.c +++ b/drivers/acpi/tables.c @@ -304,8 +304,8 @@ acpi_parse_entries_array(char *id, unsigned long table_size,  	}  	if (max_entries && count > max_entries) { -		pr_warn("[%4.4s:0x%02x] ignored %i entries of %i found\n", -			id, proc->id, count - max_entries, count); +		pr_warn("[%4.4s:0x%02x] found the maximum %i entries\n", +			id, proc->id, count);  	}  	return errs ? -EINVAL : count; | 

