regmap: cache: Fix typo in cache_bypass parameter description
authorAndrew F. Davis <afd@ti.com>
Wed, 23 Mar 2016 14:26:33 +0000 (09:26 -0500)
committerBen Hutchings <ben@decadent.org.uk>
Mon, 22 Aug 2016 21:37:08 +0000 (22:37 +0100)
commitf9b25cf9637d13ef6852f595b1777dd676b3935b
treefe9ee50d7f8a5df98ffa48847970fbc7c5c94fbe
parentc5d5c18b211dabbfac73670c65dfa4243800adf7
regmap: cache: Fix typo in cache_bypass parameter description

commit 267c85860308d36bc163c5573308cd024f659d7c upstream.

Setting the flag 'cache_bypass' will bypass the cache not the hardware.
Fix this comment here.

Fixes: 0eef6b0415f5 ("regmap: Fix doc comment")
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/base/regmap/regcache.c