- hptiop-wrong-register-used-in-hptiop_reset_hba.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     hptiop: wrong register used in hptiop_reset_hba()

has been removed from the -mm tree.  Its filename is

     hptiop-wrong-register-used-in-hptiop_reset_hba.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: hptiop: wrong register used in hptiop_reset_hba()
From: HighPoint Linux Team <linux@xxxxxxxxxxxxxxxxxx>

IOP reset message should be posted to inbound message register instead of
outbound message register.

Signed-off-by: HighPoint Linux Team <linux@xxxxxxxxxxxxxxxxxx>
Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/scsi/hptiop.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/scsi/hptiop.c~hptiop-wrong-register-used-in-hptiop_reset_hba drivers/scsi/hptiop.c
--- a/drivers/scsi/hptiop.c~hptiop-wrong-register-used-in-hptiop_reset_hba
+++ a/drivers/scsi/hptiop.c
@@ -577,7 +577,7 @@ static int hptiop_reset_hba(struct hptio
 	if (atomic_xchg(&hba->resetting, 1) == 0) {
 		atomic_inc(&hba->reset_count);
 		writel(IOPMU_INBOUND_MSG0_RESET,
-				&hba->iop->outbound_msgaddr0);
+				&hba->iop->inbound_msgaddr0);
 		hptiop_pci_posting_flush(hba->iop);
 	}
 
_

Patches currently in -mm which might be from linux@xxxxxxxxxxxxxxxxxx are

git-scsi-rc-fixes.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux