Commit 9130c488 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] i2c: fix typo that newer versions of gcc catch.

parent 48983900
......@@ -140,7 +140,7 @@ static void scx200_acb_machine(struct scx200_acb_iface *iface, u8 status)
switch (iface->state) {
case state_idle:
dev_warn(&iface->adapter.dev, "interrupt in idle state\n",);
dev_warn(&iface->adapter.dev, "interrupt in idle state\n");
break;
case state_address:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment