Commit a84cb1e8 authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by James Bottomley

[SCSI] 53c7xx: brackets fix in uncompiled code

Signed-off-by: default avatarMariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent af0db3a8
...@@ -4400,7 +4400,7 @@ abort_connected (struct Scsi_Host *host) { ...@@ -4400,7 +4400,7 @@ abort_connected (struct Scsi_Host *host) {
* account the current synchronous offset) * account the current synchronous offset)
*/ */
sstat = (NCR53c8x0_read8 (SSTAT2_REG); sstat = NCR53c8x0_read8 (SSTAT2_REG);
offset = OFFSET (sstat & SSTAT2_FF_MASK) >> SSTAT2_FF_SHIFT; offset = OFFSET (sstat & SSTAT2_FF_MASK) >> SSTAT2_FF_SHIFT;
phase = sstat & SSTAT2_PHASE_MASK; phase = sstat & SSTAT2_PHASE_MASK;
...@@ -5423,7 +5423,7 @@ insn_to_offset (Scsi_Cmnd *cmd, u32 *insn) { ...@@ -5423,7 +5423,7 @@ insn_to_offset (Scsi_Cmnd *cmd, u32 *insn) {
--buffers, offset += segment->length, ++segment) --buffers, offset += segment->length, ++segment)
#if 0 #if 0
printk("scsi%d: comparing 0x%p to 0x%p\n", printk("scsi%d: comparing 0x%p to 0x%p\n",
cmd->device->host->host_no, saved, page_address(segment->page+segment->offset); cmd->device->host->host_no, saved, page_address(segment->page+segment->offset));
#else #else
; ;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment