Skip to content

Commit

Permalink
ACPI: bay: delete unused variable
Browse files Browse the repository at this point in the history
drivers/acpi/bay.c: In function ‘bay_notify’:
drivers/acpi/bay.c:491: warning: unused variable ‘bay’

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Feb 3, 2007
1 parent 01b57e7 commit 5447cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/acpi/bay.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ static struct acpi_device * bay_create_acpi_device(acpi_handle handle)
static void bay_notify(acpi_handle handle, u32 event, void *data)
{
struct acpi_device *dev;
struct bay *bay = data;

bay_dprintk(handle, "Bay event");

Expand Down

0 comments on commit 5447cbb

Please sign in to comment.