# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.542 -> 1.543 # drivers/usb/serial/ir-usb.c 1.18 -> 1.19 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/08/28 greg@kroah.com 1.543 # USB: ir-usb driver: gcc3 warning fix # -------------------------------------------- # diff -Nru a/drivers/usb/serial/ir-usb.c b/drivers/usb/serial/ir-usb.c --- a/drivers/usb/serial/ir-usb.c Wed Aug 28 23:20:43 2002 +++ b/drivers/usb/serial/ir-usb.c Wed Aug 28 23:20:43 2002 @@ -261,7 +261,7 @@ 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);