On Fri, Aug 10, 2012 at 2:08 AM, Hanjun Guo <guohanjun@xxxxxxxxxx> wrote: > when probe a pci device, first we enable it, and disable it when > some error happened in the following process, because the power > state of the device is set to D0, and if MSI is disabled, > we will allocate irq and register gsi for this device in the enable process. > > In function mpt_mapresources(MPT_ADAPTER *ioc), it forgot disable the > pci device when error happened, the irq and gsi will never be released. > this patch will fix it. > > Signed-off-by: Hanjun Guo <guohanjun@xxxxxxxxxx> > Signed-off-by: Jiang Liu <jiang.liu@xxxxxxxxxx> > --- > drivers/message/fusion/mptbase.c | 18 +++++++++++------- > 1 files changed, 11 insertions(+), 7 deletions(-) You may need to send to LSI and scsi list. You need to use ./scripts/get_maintainer.pl to find out right CC list. Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html