drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatible
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 11 Mar 2012 11:16:25 +0000 (11:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Mar 2012 22:41:18 +0000 (15:41 -0700)
commit5eac5f6d3706cc075c543007ad1e70150faac7ba
treecadc5b5b9b35bf4987553b2fd61b5922b10d7de1
parente3abcc2a8538f7d5f64dbf85404bdf8a1d1581b3
drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatible

Convert calls to free_irq so that the second argument is the same as the
last argument of the corresponding call to request_irq.  Without this
property, free_irq does nothing.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/eni.c