# 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.447.16.1 -> 1.447.16.2 # drivers/usb/net/cdc-ether.c 1.14 -> 1.14.1.1 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/06/10 david-b@pacbell.net 1.447.16.2 # [PATCH] cdc-ether, remove warning # # One could get to like "KBUILD_VERBOSE=0 make" ... :) # # This gets rid of a compile warning. # -------------------------------------------- # diff -Nru a/drivers/usb/net/cdc-ether.c b/drivers/usb/net/cdc-ether.c --- a/drivers/usb/net/cdc-ether.c Tue Jun 11 14:59:03 2002 +++ b/drivers/usb/net/cdc-ether.c Tue Jun 11 14:59:03 2002 @@ -411,6 +411,7 @@ } } +#if 0 static void CDC_SetEthernetPacketFilter (ether_dev_t *ether_dev) { usb_control_msg(ether_dev->usb, @@ -423,6 +424,7 @@ 0, /* size */ HZ); /* timeout */ } +#endif static void CDCEther_set_multicast( struct net_device *net )