staging: comedi: make 'in_request_module' a bool bit-field
[deliverable/linux.git] / drivers / staging / comedi / comedidev.h
index bdd2936e509b42c7a0bd6b28180cebcf2f6a059f..86de4ff9501aea6c3bbbad47fa2f858540b1b6d3 100644 (file)
@@ -208,9 +208,9 @@ struct comedi_device {
        const char *board_name;
        const void *board_ptr;
        bool attached:1;
+       bool in_request_module:1;
        spinlock_t spinlock;
        struct mutex mutex;
-       int in_request_module;
 
        int n_subdevices;
        struct comedi_subdevice *subdevices;
This page took 0.02702 seconds and 5 git commands to generate.