[PATCH] ac97_codec: make bitfield unsigned
[sfrench/cifs-2.6.git] / include / linux / ac97_codec.h
index c35833824e118d8f9012542647f4f96ba95fb3d7..2ed2fd855133cba6d445a4babdb213e4eb4b2f75 100644 (file)
@@ -259,7 +259,7 @@ struct ac97_codec {
        int type;
        u32 model;
 
-       int modem:1;
+       unsigned int modem:1;
 
        struct ac97_ops *codec_ops;