ks8851: Fix request_irq/free_irq mismatch
authorMatt Renzelmann <mjr@cs.wisc.edu>
Thu, 19 Apr 2012 07:17:17 +0000 (07:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Apr 2012 19:55:31 +0000 (15:55 -0400)
The dev_id parameter passed to free_irq needs to match the one passed
to the corresponding request_irq.

Signed-off-by: Matt Renzelmann <mjr@cs.wisc.edu>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found