From: Geert Uytterhoeven <geert+rene...@glider.be> Date: Tue, 5 May 2020 15:28:09 +0200
> 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+rene...@glider.be> > Acked-by: Shannon Nelson <snel...@pensando.io> Applied, thanks.