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 4b9e7ed commit 9fb9b77Copy full SHA for 9fb9b77
drivers/base/regmap/regmap.c
@@ -2023,7 +2023,7 @@ EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);
2023
* A value of zero will be returned on success, a negative errno will
2024
* be returned in error cases.
2025
*/
2026
-int regmap_fields_update_bits_base(struct regmap_field *field, unsigned int id,
+int regmap_fields_update_bits_base(struct regmap_field *field, unsigned int id,
2027
unsigned int mask, unsigned int val,
2028
bool *change, bool async, bool force)
2029
{
0 commit comments