X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fi2c%2Fbusses%2Fi2c-s3c2410.c;h=3eafe0eb3e4ccfdee1dd37db3c1950977a50762e;hb=91fa58840ae22cbf6d7c505ce6564c4c48f29af3;hp=5a5638e1daa1dd6658b7d987d938871c5f824709;hpb=f2b8d76dc6db379160ad8875f97336db2069e7bd;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c index 5a5638e..3eafe0e 100644 --- a/drivers/i2c/busses/i2c-s3c2410.c +++ b/drivers/i2c/busses/i2c-s3c2410.c @@ -435,8 +435,7 @@ static int i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c, unsigned long iicstat) * fall through to the write state, as we will need to * send a byte as well */ - /* Fall through */ - + fallthrough; case STATE_WRITE: /* * we are writing data to the device... check for the @@ -1267,5 +1266,5 @@ static void __exit i2c_adap_s3c_exit(void) module_exit(i2c_adap_s3c_exit); MODULE_DESCRIPTION("S3C24XX I2C Bus driver"); -MODULE_AUTHOR("Ben Dooks, "); +MODULE_AUTHOR("Ben Dooks "); MODULE_LICENSE("GPL");