Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a91b7782 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: max98095: Single bit bitfields should be unsigned



There's no space for the sign bit.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 665010c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ struct max98095_pdata {
	 * 0 = PIN5 not supported
	 * 1 = PIN5 supported
	 */
	int jack_detect_pin5en:1;
	unsigned int jack_detect_pin5en:1;

	/* Slew amount for jack detection. Calculated as 4 * (delay + 1).
	 * Default delay is 24 to get a time of 100ms.