]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
arm/mach-integrator/time.c, mwave: revert portions of recent irq cleanups
authorJeff Garzik <jeff@garzik.org>
Thu, 24 Apr 2008 12:35:37 +0000 (08:35 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 24 Apr 2008 12:35:37 +0000 (08:35 -0400)
commit0d626239ffe515a64a6b53c70896796f621c635c
tree453091db20907cf7baef72ffe75792aeeb038150
parent807501475fce0ebe68baedf87f202c3e4ee0d12c
arm/mach-integrator/time.c, mwave: revert portions of recent irq cleanups

The recent irq cleanups for arch/arm/mach-integrator/time.c and
drivers/char/mwave/tp3780i.c changed the request_irq() dev_id
parameter, but neglected to change the matching free_irq() parameter,
thus creating a bug upon irq de-registration.

Given that the impetus for the changes is not yet accepted upstream,
it is best to revert the irq cleanups.

Mostly.  A comment is added to time.c to reduce future confusion,
of type that led to my time.c cleanup in the first place.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
arch/arm/mach-integrator/time.c
drivers/char/mwave/tp3780i.c