diff options
Diffstat (limited to 'drivers/scsi/sr.c')
-rw-r--r-- | drivers/scsi/sr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sr.c b/drivers/scsi/sr.c index fb4012b5c188..7e7398d563cc 100644 --- a/drivers/scsi/sr.c +++ b/drivers/scsi/sr.c | |||
@@ -716,7 +716,7 @@ static void get_capabilities(struct scsi_cd *cd) | |||
716 | unsigned int the_result; | 716 | unsigned int the_result; |
717 | int retries, rc, n; | 717 | int retries, rc, n; |
718 | 718 | ||
719 | static char *loadmech[] = | 719 | static const char *loadmech[] = |
720 | { | 720 | { |
721 | "caddy", | 721 | "caddy", |
722 | "tray", | 722 | "tray", |