[PATCH] drm/gm204/i2c: fix semicolon.cocci warnings

From: kbuild test robot
Date: Tue Dec 02 2014 - 17:28:48 EST


drivers/gpu/drm/nouveau/core/subdev/i2c/padgm204.c:74:26-27: Unneeded semicolon


Removes unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---

padgm204.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/gpu/drm/nouveau/core/subdev/i2c/padgm204.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/i2c/padgm204.c
@@ -71,7 +71,7 @@ gm204_i2c_pad_ctor(struct nouveau_object
if (ret)
return ret;

- pad->addr = index * 0x50;;
+ pad->addr = index * 0x50;
return 0;
}

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/