debugfs: Pass bool pointer to debugfs_create_bool()
[linux-2.6-block.git] / drivers / misc / mei / mei_dev.h
index e25ee16c658ed2f64d47ef8df7c1a365d134fa21..d74b6aa8ae2730043148cee77abf1dde1d57eaa3 100644 (file)
@@ -528,7 +528,7 @@ struct mei_device {
        DECLARE_BITMAP(host_clients_map, MEI_CLIENTS_MAX);
        unsigned long me_client_index;
 
-       u32 allow_fixed_address;
+       bool allow_fixed_address;
 
        struct mei_cl wd_cl;
        enum mei_wd_states wd_state;