Tag: f170c684b55cb8d3bab55b1fb8fa812778d551f2

[SCSI] ipr: reorder error handling code to include iounmap

Author: Julia Lawall <julia@diku.dk> The out_msi_disable label should be before cleanup_nomem to additionally benefit from the call to iounmap. Subsequent gotos are adjusted to go to out_msi_disable instead of cleanup_nomem, which now follows it. This is safe because pci_disable_msi does nothing if pci_enable_msi was not called. A simplified version of the semantic match that finds …

Continue reading