Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scsi: eesox: Fix different dev_id between request_irq() and free_irq()
[ Upstream commit 86f2da1 ] The dev_id used in request_irq() and free_irq() should match. Use 'info' in both cases. Link: https://lore.kernel.org/r/[email protected] Fixes: 1da177e ("Linux-2.6.12-rc2") Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
- Loading branch information