Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68993
b: refs/heads/master
c: 69916b7
h: refs/heads/master
i:
  68991: 1b003de
v: v3
  • Loading branch information
Jeff Garzik authored and James Bottomley committed Oct 12, 2007
1 parent 17fe8e7 commit 56e9f13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a52667f3cd84fa395e98b505967070b984fac4df
refs/heads/master: 69916b7ceac0dfbbc868ae5451062cb789b1b58a
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/gdth.c
Original file line number Diff line number Diff line change
Expand Up @@ -4907,17 +4907,17 @@ static int gdth_slave_configure(struct scsi_device *sdev)
}

static struct scsi_host_template driver_template = {
.proc_name = "gdth",
.proc_info = gdth_proc_info,
.name = "GDT SCSI Disk Array Controller",
.detect = gdth_detect,
.release = gdth_release,
.info = gdth_info,
.queuecommand = gdth_queuecommand,
.eh_bus_reset_handler = gdth_eh_bus_reset,
.slave_configure = gdth_slave_configure,
.bios_param = gdth_bios_param,
.proc_info = gdth_proc_info,
.proc_name = "gdth",
.can_queue = GDTH_MAXCMDS,
.slave_configure = gdth_slave_configure,
.this_id = -1,
.sg_tablesize = GDTH_MAXSG,
.cmd_per_lun = GDTH_MAXC_P_L,
Expand Down

0 comments on commit 56e9f13

Please sign in to comment.