linux/drivers/net/ethernet/pensando
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
..
ionic ionic: Use debugfs_create_bool() to export bool 2020-05-06 17:46:33 -07:00
Kconfig ionic: select CONFIG_NET_DEVLINK 2019-10-01 09:24:05 -07:00
Makefile