commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=0ee5af1473a978409f95da6582bf7c29abe02725
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk

Signed-off-by: Steven Miao <[email protected]>
---
 drivers/base/regmap/regmap.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/drivers/base/regmap/regmap.c b/drivers/base/regmap/regmap.c
index a0e9270..58cfb32 100644
--- a/drivers/base/regmap/regmap.c
+++ b/drivers/base/regmap/regmap.c
@@ -533,10 +533,6 @@ struct regmap *regmap_init(struct device *dev,
 		break;
 
 	case 24:
-		map->format.format_reg = regmap_format_24;
-		break;
-
-	case 24:
 		if (reg_endian != REGMAP_ENDIAN_BIG)
 			goto err_map;
 		map->format.format_reg = regmap_format_24;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to