Commit d743e951 authored by Martin Dalecki's avatar Martin Dalecki Committed by Linus Torvalds

[PATCH] kill warnings 19/19

and now the final irda offender :-).
parent d337d3ef
......@@ -295,7 +295,7 @@ static void state_link_escape(struct net_device *dev,
irda_device_set_media_busy(dev, TRUE);
break;
case CE:
WARNING(__FUNCTION__ "(), state not defined\n");
WARNING("%s: state not defined\n", __FUNCTION__);
break;
case EOF: /* Abort frame */
rx_buff->state = OUTSIDE_FRAME;
......@@ -371,5 +371,3 @@ static void state_inside_frame(struct net_device *dev,
break;
}
}
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