diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-05-05 15:28:09 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-06 17:46:33 -0700 |
commit | 0735ccc9d9a4ce09154395feb70b804de7cc6ebf (patch) | |
tree | f4e4ca1a451ac7fb416c120e2a8142305fe79de9 /tools/perf/scripts/python/export-to-sqlite.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 <geert+renesas@glider.be>
Acked-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions