staging: unisys: Do not use 0 as the default bus root device number
[deliverable/linux.git] / drivers / staging / unisys / include / visorbus.h
index 3152ba47c7028f7ffc50f153d543a38cd19a2f70..c60f7d41f6406b3b2408991566af3fca036f2eed 100644 (file)
@@ -150,8 +150,8 @@ struct visor_device {
        struct semaphore visordriver_callback_lock;
        bool pausing;
        bool resuming;
-       unsigned long chipset_bus_no;
-       unsigned long chipset_dev_no;
+       u32 chipset_bus_no;
+       u32 chipset_dev_no;
        struct visorchipset_state state;
        uuid_le type;
        uuid_le inst;
This page took 0.099134 seconds and 5 git commands to generate.