This fixes sparse complaints about the bitfield being signed but only 1 bit wide (so not enough space to store the sign bit). Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> --- include/sound/soc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/sound/soc.h b/include/sound/soc.h index b3fe7a8..fb3093b 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -573,7 +573,7 @@ struct snd_soc_card { struct list_head list; struct mutex mutex; - int instantiated:1; + bool instantiated; int (*probe)(struct platform_device *pdev); int (*remove)(struct platform_device *pdev); -- 1.7.1 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel