diff options
author | Geert Uytterhoeven <[email protected]> | 2020-05-05 15:28:09 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-05-06 17:46:33 -0700 |
commit | 0735ccc9d9a4ce09154395feb70b804de7cc6ebf (patch) | |
tree | f4e4ca1a451ac7fb416c120e2a8142305fe79de9 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 050569fc8384c8056bacefcc246bcb2dfe574936 (diff) |
ionic: Use debugfs_create_bool() to export bool
Currently bool ionic_cq.done_color is exported using
debugfs_create_u8(), which requires a cast, preventing further compiler
checks.
Fix this by switching to debugfs_create_bool(), and dropping the cast.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Shannon Nelson <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions