Match debugfs creation to variable type instead of a 'bool' one. This fixes a compile issue under 4.4 since debugfs_create_bool now expects a bool* instead of a u32*. Signed-off-by: Clarence Ip <cip@codeaurora.org>