提交 22cd2fef 编写于 作者: M Mark Brown

regulator: s5m8767: Fix unused variable warning in probe()

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: NSangbeom Kim <sbkim73@samsung.com>
上级 da7de6a1
......@@ -569,7 +569,7 @@ static __devinit int s5m8767_pmic_probe(struct platform_device *pdev)
struct regulator_dev **rdev;
struct s5m8767_info *s5m8767;
struct i2c_client *i2c;
int i, ret, size, reg;
int i, ret, size;
if (!pdata) {
dev_err(pdev->dev.parent, "Platform data not supplied\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册