We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1212a commit 6673fc9Copy full SHA for 6673fc9
drivers/regulator/raa215300.c
@@ -86,7 +86,7 @@ static int raa215300_i2c_probe(struct i2c_client *client)
86
val &= RAA215300_REG_BLOCK_EN_RTC_EN;
87
regmap_write(regmap, RAA215300_REG_BLOCK_EN, val);
88
89
- /*Clear the latched registers */
+ /* Clear the latched registers */
90
regmap_read(regmap, RAA215300_FAULT_LATCHED_STATUS_1, &val);
91
regmap_write(regmap, RAA215300_FAULT_LATCHED_STATUS_1, val);
92
regmap_read(regmap, RAA215300_FAULT_LATCHED_STATUS_2, &val);
0 commit comments