Unverified Commit 9ad8eb01 authored by David Frey's avatar David Frey Committed by Mark Brown
Browse files

regmap: fix comment for regmap.use_single_write



Signed-off-by: default avatarDavid Frey <dpfrey@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5b394b2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ struct regmap {

	/* if set, converts bulk read to single read */
	bool use_single_read;
	/* if set, converts bulk read to single read */
	/* if set, converts bulk write to single write */
	bool use_single_write;
	/* if set, the device supports multi write mode */
	bool can_multi_write;