Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95833
b: refs/heads/master
c: 392512f
h: refs/heads/master
i:
  95831: 25a5f79
v: v3
  • Loading branch information
Alan Cox authored and James Bottomley committed May 2, 2008
1 parent ef1287a commit 412f317
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1ed43910956f5faec690ea3214451779e93bbb52
refs/heads/master: 392512fbf9407fa1647225143e3f9c28a869ac57
6 changes: 4 additions & 2 deletions trunk/drivers/scsi/u14-34f.c
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,8 @@ static int wait_on_busy(unsigned long iobase, unsigned int loop) {
static int board_inquiry(unsigned int j) {
struct mscp *cpp;
dma_addr_t id_dma_addr;
unsigned int time, limit = 0;
unsigned int limit = 0;
unsigned long time;

id_dma_addr = pci_map_single(HD(j)->pdev, HD(j)->board_id,
sizeof(HD(j)->board_id), PCI_DMA_BIDIRECTIONAL);
Expand Down Expand Up @@ -1392,7 +1393,8 @@ static int u14_34f_eh_abort(struct scsi_cmnd *SCarg) {
}

static int u14_34f_eh_host_reset(struct scsi_cmnd *SCarg) {
unsigned int i, j, time, k, c, limit = 0;
unsigned int i, j, k, c, limit = 0;
unsigned long time;
int arg_done = FALSE;
struct scsi_cmnd *SCpnt;

Expand Down

0 comments on commit 412f317

Please sign in to comment.