qla2xxx: Correction to ISP27xx template entry types 256 and 258.

The window address inserted into the dump should be have been
incremented by 1 rather than 4.

Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Joe Carnuccio 2014-04-11 16:54:18 -04:00 committed by Christoph Hellwig
parent e8887c51f0
commit 7095388f7e
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ qla27xx_read_window(__iomem struct device_reg_24xx *reg,
qla27xx_insert32(base, buf, len);
readn(window, buf, len);
window += width;
base += width;
base++;
}
}