From be54807b6a22e3df1c5621af0b9ac6e3bd44015a Mon Sep 17 00:00:00 2001 From: Mariusz Kozlowski Date: Fri, 1 Dec 2006 15:47:14 +0100 Subject: [PATCH] [PATCH] scsi 53c7xx parenthesis fix Hello, Tis patch removes an extra parenthesis in abort_connected() code. Signed-off-by: Mariusz Kozlowski drivers/scsi/53c7xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- drivers/scsi/53c7xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/53c7xx.c b/drivers/scsi/53c7xx.c index 9dd6623b..32d997b7 100644 --- a/drivers/scsi/53c7xx.c +++ b/drivers/scsi/53c7xx.c @@ -4409,7 +4409,7 @@ abort_connected (struct Scsi_Host *host) { * account the current synchronous offset) */ - sstat = (NCR53c8x0_read8 (SSTAT2_REG); + sstat = NCR53c8x0_read8 (SSTAT2_REG); offset = OFFSET (sstat & SSTAT2_FF_MASK) >> SSTAT2_FF_SHIFT; phase = sstat & SSTAT2_PHASE_MASK; -- 2.11.0