]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - block/blk-throttle.c
drm/radeon/kms: properly set num banks for fusion asics
[karo-tx-linux.git] / block / blk-throttle.c
index c8b16c88b315260f44a6b2d9b1478abd3d18dbdb..0475a22a420dfb09d34ba51698e8b2a07f391b32 100644 (file)
@@ -77,7 +77,7 @@ struct throtl_grp {
        unsigned long slice_end[2];
 
        /* Some throttle limits got updated for the group */
-       bool limits_changed;
+       int limits_changed;
 };
 
 struct throtl_data
@@ -102,7 +102,7 @@ struct throtl_data
        /* Work for dispatching throttled bios */
        struct delayed_work throtl_work;
 
-       bool limits_changed;
+       int limits_changed;
 };
 
 enum tg_state_flags {