From: Mark Brown <broonie@kernel.org>
To: Jonas Gorski <jonas.gorski@gmail.com>
Cc: linux-kernel@vger.kernel.org,
Andreas Ziegler <andreas.ziegler@fau.de>,
Mark Brown <broonie@kernel.org>
Subject: [PATCH] regmap: Fix typo in IS_ENABLED() check
Date: Thu, 8 Jun 2017 15:44:56 +0100 [thread overview]
Message-ID: <20170608144457.23804-1-broonie@kernel.org> (raw)
Reported-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
drivers/base/regmap/regcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/regmap/regcache.c b/drivers/base/regmap/regcache.c
index f3a435ee5fe8..773560348337 100644
--- a/drivers/base/regmap/regcache.c
+++ b/drivers/base/regmap/regcache.c
@@ -21,7 +21,7 @@
static const struct regcache_ops *cache_types[] = {
®cache_rbtree_ops,
-#if IS_ENABLED(CONFIG_REGCHACHE_COMPRESSED)
+#if IS_ENABLED(CONFIG_REGCACHE_COMPRESSED)
®cache_lzo_ops,
#endif
®cache_flat_ops,
--
2.11.0
next reply other threads:[~2017-06-08 14:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-08 14:44 Mark Brown [this message]
2017-06-08 14:44 ` [PATCH] regmap: Fix typo in IS_ENABLED() check Mark Brown
2017-06-08 14:45 ` Applied "regmap: Fix typo in IS_ENABLED() check" to the regmap tree Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170608144457.23804-1-broonie@kernel.org \
--to=broonie@kernel.org \
--cc=andreas.ziegler@fau.de \
--cc=jonas.gorski@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox