Files
linux/drivers/net
Geert Uytterhoeven 0735ccc9d9 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>
2020-05-06 17:46:33 -07:00
..
2020-04-20 10:19:22 -04:00
2020-04-20 13:03:44 -07:00
2020-05-06 14:34:38 -07:00
2020-04-22 19:30:38 -07:00