[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1449120441-28287-2-git-send-email-lixiubo@cmss.chinamobile.com>
Date: Thu, 3 Dec 2015 13:27:20 +0800
From: Xiubo Li <lixiubo@...s.chinamobile.com>
To: broonie@...nel.org
Cc: linux-kernel@...r.kernel.org,
Xiubo Li <lixiubo@...s.chinamobile.com>
Subject: [PATCH 1/2] regmap: mmio: remove the useless code
Signed-off-by: Xiubo Li <lixiubo@...s.chinamobile.com>
---
drivers/base/regmap/regmap-mmio.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/base/regmap/regmap-mmio.c b/drivers/base/regmap/regmap-mmio.c
index 426a57e..38d0dc0 100644
--- 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);
}
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists