[PATCH 06/44] drivers/i2c: Remove unnecessary semicolons

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Sunday, November 14, 2010 - 8:04 pm

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/i2c/busses/i2c-designware.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/i2c/busses/i2c-designware.c b/drivers/i2c/busses/i2c-designware.c
index b664ed8..a93922d 100644
--- a/drivers/i2c/busses/i2c-designware.c
+++ b/drivers/i2c/busses/i2c-designware.c
@@ -390,7 +390,7 @@ i2c_dw_xfer_msg(struct dw_i2c_dev *dev)
 	int tx_limit, rx_limit;
 	u32 addr = msgs[dev->msg_write_idx].addr;
 	u32 buf_len = dev->tx_buf_len;
-	u8 *buf = dev->tx_buf;;
+	u8 *buf = dev->tx_buf;
 
 	intr_mask = DW_IC_INTR_DEFAULT_MASK;
 
-- 
1.7.3.1.g432b3.dirty

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/44] remove unnecessary semicolons, Joe Perches, (Sun Nov 14, 8:04 pm)
[PATCH 01/44] arch/arm: Remove unnecessary semicolons, Joe Perches, (Sun Nov 14, 8:04 pm)
[PATCH 03/44] arch/um: Remove unnecessary semicolons, Joe Perches, (Sun Nov 14, 8:04 pm)
[PATCH 06/44] drivers/i2c: Remove unnecessary semicolons, Joe Perches, (Sun Nov 14, 8:04 pm)