Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b90ea765 authored by Jonghwan Choi's avatar Jonghwan Choi Committed by Ben Dooks
Browse files

i2c-s3c2410: Remove useless break code

parent 19820510
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -264,7 +264,6 @@ static int i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c, unsigned long iicstat)
	case STATE_IDLE:
		dev_err(i2c->dev, "%s: called in STATE_IDLE\n", __func__);
		goto out;
		break;

	case STATE_STOP:
		dev_err(i2c->dev, "%s: called in STATE_STOP\n", __func__);