[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091007220509.15597.65501.stgit@bob.kio>
Date: Wed, 07 Oct 2009 16:07:27 -0600
From: Alex Chiang <achiang@...com>
To: lenb@...nel.org
Cc: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/6] ACPI: dock: code hygiene
While poking around in the dock driver debugging the NULL ptr that
Rafael fixed, I found the driver a little hard to read.
Here is a modest attempt to clean it up a little, and is intended as
2.6.33 material.
Compile-tested only. I have access to an HP nc6220 and nc6230, but neither
of them seem to provide the _DCK method, which is needed for the dock
driver.
Thanks.
/ac
---
Alex Chiang (6):
ACPI: dock: clean up error handling paths in dock_add()
ACPI: dock: rename local variable 'dock_station' in dock_add()
ACPI: dock: clean up one more error path in dock_add()
ACPI: dock: add struct dock_station * directly to platform device data
ACPI: dock: combine add|alloc_dock_dependent_device
ACPI: dock: minor whitespace and style cleanups
drivers/acpi/dock.c | 259 ++++++++++++++++++++-------------------------------
1 files changed, 104 insertions(+), 155 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists