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 d68cea753bb2..a3fa64cf6650 100644 --- a/drivers/scsi/sr.c +++ b/drivers/scsi/sr.c | |||
@@ -730,7 +730,7 @@ static void get_capabilities(struct scsi_cd *cd) | |||
730 | unsigned int the_result; | 730 | unsigned int the_result; |
731 | int retries, rc, n; | 731 | int retries, rc, n; |
732 | 732 | ||
733 | static char *loadmech[] = | 733 | static const char *loadmech[] = |
734 | { | 734 | { |
735 | "caddy", | 735 | "caddy", |
736 | "tray", | 736 | "tray", |