Revision 7ee2413ca0da80c819f2388c0faeffce1ac8513b authored by Tony Battersby on 06 November 2007, 19:40:54 UTC, committed by James Bottomley on 18 December 2007, 22:03:09 UTC
The following commit changed the pointer passed to request_irq(), but
failed to change the pointer passed to free_irq():

commit 99c9e0a1d6cfe1ba1169a7a81435ee85bc00e4a1
Author: Matthew Wilcox <matthew@wil.cx>
Date:   Fri Oct 5 15:55:12 2007 -0400

    [SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE

    ...

The result is that free_irq() doesn't actually take any action.  This
patch fixes it.

Signed-off-by: Tony Battersby <tonyb@cybernetics.com>
Acked-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
1 parent 75b8c13
History
File Mode Size
auth_gss
xprtrdma
Makefile -rw-r--r-- 444 bytes
auth.c -rw-r--r-- 12.4 KB
auth_null.c -rw-r--r-- 2.5 KB
auth_unix.c -rw-r--r-- 5.6 KB
cache.c -rw-r--r-- 29.9 KB
clnt.c -rw-r--r-- 37.2 KB
rpc_pipe.c -rw-r--r-- 19.4 KB
rpcb_clnt.c -rw-r--r-- 17.3 KB
sched.c -rw-r--r-- 24.8 KB
socklib.c -rw-r--r-- 4.5 KB
stats.c -rw-r--r-- 6.6 KB
sunrpc_syms.c -rw-r--r-- 4.4 KB
svc.c -rw-r--r-- 24.2 KB
svcauth.c -rw-r--r-- 3.6 KB
svcauth_unix.c -rw-r--r-- 18.6 KB
svcsock.c -rw-r--r-- 50.1 KB
sysctl.c -rw-r--r-- 3.0 KB
timer.c -rw-r--r-- 2.4 KB
xdr.c -rw-r--r-- 26.4 KB
xprt.c -rw-r--r-- 28.0 KB
xprtsock.c -rw-r--r-- 51.2 KB

back to top