Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15669
b: refs/heads/master
c: 7b32b8e
h: refs/heads/master
i:
  15667: ae59c06
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Dec 17, 2005
1 parent 1c3eb49 commit c3ef887
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: 19c65091c133a98b20d867c94b1b1380a79e4b81
refs/heads/master: 7b32b8e018d8f8cc94c808a5fa84a3f889441b91
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/sr_vendor.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ void sr_vendor_init(Scsi_CD *cd)
#ifndef CONFIG_BLK_DEV_SR_VENDOR
cd->vendor = VENDOR_SCSI3;
#else
char *vendor = cd->device->vendor;
char *model = cd->device->model;
const char *vendor = cd->device->vendor;
const char *model = cd->device->model;

/* default */
cd->vendor = VENDOR_SCSI3;
Expand Down

0 comments on commit c3ef887

Please sign in to comment.