aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r--include/linux/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h
index 864c6c21c21e..5634a2d91ec0 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
@@ -362,7 +362,7 @@ struct usb_device {
362 u8 portnum; /* Parent port number (origin 1) */ 362 u8 portnum; /* Parent port number (origin 1) */
363 u8 level; /* Number of USB hub ancestors */ 363 u8 level; /* Number of USB hub ancestors */
364 364
365 int have_langid; /* whether string_langid is valid */ 365 unsigned have_langid:1; /* whether string_langid is valid */
366 int string_langid; /* language ID for strings */ 366 int string_langid; /* language ID for strings */
367 367
368 /* static strings from the device */ 368 /* static strings from the device */