Re: [PATCH v3] mptbase: fixup error handling paths in mpt_attach()

2016-02-23 Thread Martin K. Petersen
> "Ewan" == Ewan D Milne writes: Ewan> mpt_attach() was not checking for the failure to create Ewan> fw_event_q. Also, iounmap() was not being called in all error Ewan> cases after ioremap() had been called by mpt_mapresources(). Applied to 4.6/scsi-queue. -- Martin K.

Re: [PATCH v3] mptbase: fixup error handling paths in mpt_attach()

2016-02-23 Thread Johannes Thumshirn
On Tue, Feb 23, 2016 at 09:00:12AM -0500, Ewan D. Milne wrote: > From: "Ewan D. Milne" > > mpt_attach() was not checking for the failure to create fw_event_q. > Also, iounmap() was not being called in all error cases after ioremap() > had been called by mpt_mapresources(). >

[PATCH v3] mptbase: fixup error handling paths in mpt_attach()

2016-02-23 Thread Ewan D. Milne
From: "Ewan D. Milne" mpt_attach() was not checking for the failure to create fw_event_q. Also, iounmap() was not being called in all error cases after ioremap() had been called by mpt_mapresources(). Reported-by: Insu Yun Reviewed-by: Tomas Henzl