Re: [PATCH] net/can: rename peak_usb dump_mem function

2012-09-21 Thread Marc Kleine-Budde
On 09/21/2012 11:42 PM, Randy Dunlap wrote: > On 09/02/2012 10:13 AM, Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Rename generic-sounding function dump_mem() to pcan_dump_mem() >> so that it does not conflict with the dump_mem() function in >> arch/sh/include/asm/kdebug.h. >> >> drivers/net

Re: [PATCH] net/can: rename peak_usb dump_mem function

2012-09-21 Thread Randy Dunlap
On 09/02/2012 10:13 AM, Randy Dunlap wrote: > From: Randy Dunlap > > Rename generic-sounding function dump_mem() to pcan_dump_mem() > so that it does not conflict with the dump_mem() function in > arch/sh/include/asm/kdebug.h. > > drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting

Re: [PATCH] net/can: rename peak_usb dump_mem function

2012-09-03 Thread Marc Kleine-Budde
On 09/02/2012 07:13 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Rename generic-sounding function dump_mem() to pcan_dump_mem() > so that it does not conflict with the dump_mem() function in > arch/sh/include/asm/kdebug.h. > > drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting

[PATCH] net/can: rename peak_usb dump_mem function

2012-09-02 Thread Randy Dunlap
From: Randy Dunlap Rename generic-sounding function dump_mem() to pcan_dump_mem() so that it does not conflict with the dump_mem() function in arch/sh/include/asm/kdebug.h. drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting types for 'dump_mem': => 56:6 drivers/net/can/usb/peak_u