aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/cdrom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cdrom.h b/include/linux/cdrom.h
index bbbe7b4da0bb..f50f04bdbc16 100644
--- a/include/linux/cdrom.h
+++ b/include/linux/cdrom.h
@@ -939,7 +939,7 @@ struct cdrom_device_info {
939 int speed; /* maximum speed for reading data */ 939 int speed; /* maximum speed for reading data */
940 int capacity; /* number of discs in jukebox */ 940 int capacity; /* number of discs in jukebox */
941/* device-related storage */ 941/* device-related storage */
942 int options : 30; /* options flags */ 942 unsigned int options : 30; /* options flags */
943 unsigned mc_flags : 2; /* media change buffer flags */ 943 unsigned mc_flags : 2; /* media change buffer flags */
944 int use_count; /* number of times device opened */ 944 int use_count; /* number of times device opened */
945 char name[20]; /* name of the device type */ 945 char name[20]; /* name of the device type */