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

Commit 6d04b8ac authored by Mark Brown's avatar Mark Brown
Browse files

regmap: core: Report registers in hex when we can't cache



This seems to be the most common way of reporting register numbers, it's
certainly what we do for trace.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 8f0d8163
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -814,7 +814,7 @@ static int _regmap_raw_write(struct regmap *map, unsigned int reg,
					     ival);
			if (ret) {
				dev_err(map->dev,
				   "Error in caching of register: %u ret: %d\n",
					"Error in caching of register: %x ret: %d\n",
					reg + i, ret);
				return ret;
			}