summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-05-05 15:28:09 +0200
committerDavid S. Miller <davem@davemloft.net>2020-05-06 17:46:33 -0700
commit0735ccc9d9a4ce09154395feb70b804de7cc6ebf (patch)
treef4e4ca1a451ac7fb416c120e2a8142305fe79de9 /tools
parent050569fc8384c8056bacefcc246bcb2dfe574936 (diff)
downloadlinux-0735ccc9d9a4ce09154395feb70b804de7cc6ebf.tar.bz2
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')
0 files changed, 0 insertions, 0 deletions