Commit 40dd1e76 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: ir-usb driver: gcc3 warning fix

parent fb3bedeb
......@@ -261,7 +261,7 @@ static int ir_startup (struct usb_serial *serial)
case 0x20: ir_add_bof = 2; break;
case 0x40: ir_add_bof = 1; break;
case 0x80: ir_add_bof = 0; break;
default:
default:;
}
kfree (irda_desc);
......
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