aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/cs42l52.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c
index 969167d8b71e..da4f758cd12a 100644
--- a/sound/soc/codecs/cs42l52.c
+++ b/sound/soc/codecs/cs42l52.c
@@ -176,9 +176,9 @@ static bool cs42l52_volatile_register(struct device *dev, unsigned int reg)
176 case CS42L52_BATT_LEVEL: 176 case CS42L52_BATT_LEVEL:
177 case CS42L52_SPK_STATUS: 177 case CS42L52_SPK_STATUS:
178 case CS42L52_CHARGE_PUMP: 178 case CS42L52_CHARGE_PUMP:
179 return 1; 179 return true;
180 default: 180 default:
181 return 0; 181 return false;
182 } 182 }
183} 183}
184 184