projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29bb45f
)
regmap: mmio: remove the useless code
author
Xiubo Li
<lixiubo@cmss.chinamobile.com>
Thu, 3 Dec 2015 05:27:20 +0000
(13:27 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 8 Dec 2015 17:05:50 +0000
(17:05 +0000)
Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-mmio.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/base/regmap/regmap-mmio.c
b/drivers/base/regmap/regmap-mmio.c
index 8a77876d439ad0003856f8a42993308590822cdb..dc991c3bec257774253b0151534bd06bf7ceb024 100644
(file)
--- a/
drivers/base/regmap/regmap-mmio.c
+++ b/
drivers/base/regmap/regmap-mmio.c
@@
-247,7
+247,6
@@
static struct regmap_mmio_context *regmap_mmio_gen_context(struct device *dev,
min_stride = 8;
break;
#endif
- break;
default:
return ERR_PTR(-EINVAL);
}