Commit d9e08e98 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: fix dumb compile error in aiptek driver

Doesn't anyone ever actually build the patches they send me...
parent 42842f8a
......@@ -1337,7 +1337,7 @@ static ssize_t show_tabletToolMode(struct device *dev, char *buf)
break;
}
case AIPTEK_TOOL_BUTTON_PEN_MODE;
case AIPTEK_TOOL_BUTTON_PEN_MODE:
{
s = "pen";
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