Hi Matthias, On 05/26/2010 11:14 AM, Matthias Fuchs wrote: > This patch adds a driver for esd's USB high speed > CAN interface. The driver supports devices with > multiple CAN interfaces. > > Signed-off-by: Matthias Fuchs <matthias.fuchs@xxxxxx> > --- > version 3: > - remove bus-error reporting feature because > it cannot be controlled by user on demand > with current device's firmware > - rebased against current net-next-2.6 tree > > version 2: > - use bus-error reporting and counters > - minor cleanup > - rebased against current net-next-2.6 tree > - initial post to linux-usb list for review I get the following compiler warnings when compiling the kernel: CC drivers/net/can/usb/esd_usb2.o drivers/net/can/usb/esd_usb2.c: In function 'esd_usb2_write_bulk_callback': drivers/net/can/usb/esd_usb2.c:466: error: implicit declaration of function 'usb_buffer_free' drivers/net/can/usb/esd_usb2.c: In function 'esd_usb2_setup_rx_urbs': drivers/net/can/usb/esd_usb2.c:562: error: implicit declaration of function 'usb_buffer_alloc' drivers/net/can/usb/esd_usb2.c:563: warning: assignment makes pointer from integer without a cast drivers/net/can/usb/esd_usb2.c: In function 'esd_usb2_start_xmit': drivers/net/can/usb/esd_usb2.c:732: warning: assignment makes pointer from integer without a cast make[4]: *** [drivers/net/can/usb/esd_usb2.o] Error 1 This is due to commit e26bcf37234c67624f62d9fc95f922b8dbda1363. You need a similar fix like for ems_usb.c. Are you using a recent version of the net-next-2.6 tree? Wolfgang. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html