Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47803
b: refs/heads/master
c: a84cb1e
h: refs/heads/master
i:
  47801: c085431
  47799: f17b856
v: v3
  • Loading branch information
Mariusz Kozlowski authored and James Bottomley committed Feb 7, 2007
1 parent a82dfcd commit 48c6680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af0db3a8ab9917e9a0184470a2995dd8fe66c6e2
refs/heads/master: a84cb1e82dc4ada9f93e708fa606fa918710a338
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/53c7xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -4400,7 +4400,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;

Expand Down Expand Up @@ -5423,7 +5423,7 @@ insn_to_offset (Scsi_Cmnd *cmd, u32 *insn) {
--buffers, offset += segment->length, ++segment)
#if 0
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
;
#endif
Expand Down

0 comments on commit 48c6680

Please sign in to comment.