Skip to content

Commit

Permalink
i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC value
Browse files Browse the repository at this point in the history
s3c24xx_i2c_init() was overwriting the IICLC value set just above in
s3c24xx_i2c_clockrate() with zero, effectively disabling the platform
line control setting.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Peter Korsgaard authored and Ben Dooks committed Jul 29, 2009
1 parent f5886c7 commit 0e014e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/i2c/busses/i2c-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,11 +763,6 @@ static int s3c24xx_i2c_init(struct s3c24xx_i2c *i2c)
dev_info(i2c->dev, "bus frequency set to %d KHz\n", freq);
dev_dbg(i2c->dev, "S3C2410_IICCON=0x%02lx\n", iicon);

/* check for s3c2440 i2c controller */

if (s3c24xx_i2c_is2440(i2c))
writel(0x0, i2c->regs + S3C2440_IICLC);

return 0;
}

Expand Down

0 comments on commit 0e014e9

Please sign in to comment.