From: Alan Cox <alan@xxxxxxxxxxxxxxx> This serves no purpose as it's an array not a pointer Signed-off-by: Alan Cox <alan@xxxxxxxxxxxxxxx> --- drivers/acpi/event.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/acpi/event.c b/drivers/acpi/event.c index 1442737..f84df83 100644 --- a/drivers/acpi/event.c +++ b/drivers/acpi/event.c @@ -67,8 +67,7 @@ acpi_system_read_event(struct file *file, char __user * buffer, size_t count, return result; chars_remaining = sprintf(str, "%s %s %08x %08x\n", - event.device_class ? event. - device_class : "<unknown>", + event.device_class : "<unknown>", event.bus_id ? event. bus_id : "<unknown>", event.type, event.data); -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html