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)
committerMark Brown <broonie@kernel.org>
Wed, 23 Mar 2016 18:12:39 +0000 (18:12 +0000)
commit267c85860308d36bc163c5573308cd024f659d7c
treed5bf037470c99307d76d4eaa08004a34345f71f0
parentd25263d917caadba52275bf95c9b3400fe77edbe
regmap: cache: Fix typo in cache_bypass parameter description

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>
drivers/base/regmap/regcache.c