Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62724
b: refs/heads/master
c: b02b6bc
h: refs/heads/master
v: v3
  • Loading branch information
Kristian Høgsberg authored and James Bottomley committed Jul 19, 2007
1 parent faae8db commit 230942d
Show file tree
Hide file tree
Showing 4 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: b4e44590f0811e629faf2de4aea15e752d83ce3d
refs/heads/master: b02b6bc46571b21a545c9e697df1e226ff22bc81
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ static struct device_attribute *sbp2_scsi_sysfs_attrs[] = {
static struct scsi_host_template scsi_driver_template = {
.module = THIS_MODULE,
.name = "SBP-2 IEEE-1394",
.proc_name = (char *)sbp2_driver_name,
.proc_name = sbp2_driver_name,
.queuecommand = sbp2_scsi_queuecommand,
.slave_alloc = sbp2_scsi_slave_alloc,
.slave_configure = sbp2_scsi_slave_configure,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ static int __init scsi_debug_init(void)

init_all_queued();

sdebug_driver_template.proc_name = (char *)sdebug_proc_name;
sdebug_driver_template.proc_name = sdebug_proc_name;

host_to_add = scsi_debug_add_host;
scsi_debug_add_host = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/scsi/scsi_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ struct scsi_host_template {
/*
* Name of proc directory
*/
char *proc_name;
const char *proc_name;

/*
* Used to store the procfs directory if a driver implements the
Expand Down

0 comments on commit 230942d

Please sign in to comment.