All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] can: Add missing debug flag for making USB CAN devices
@ 2009-11-12 15:36 Wolfgang Grandegger
       [not found] ` <4AFC2B6B.5090000-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Grandegger @ 2009-11-12 15:36 UTC (permalink / raw)
  To: Linux Netdev List; +Cc: SocketCAN Core Mailing List

Signed-off-by: Wolfgang Grandegger <wg-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
---
 drivers/net/can/usb/Makefile |    2 ++
 1 file changed, 2 insertions(+)

Index: net-next-2.6/drivers/net/can/usb/Makefile
===================================================================
--- net-next-2.6.orig/drivers/net/can/usb/Makefile
+++ net-next-2.6/drivers/net/can/usb/Makefile
@@ -3,3 +3,5 @@
 #

 obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
+
+ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] can: Add missing debug flag for making USB CAN devices
       [not found] ` <4AFC2B6B.5090000-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
@ 2009-11-12 17:42   ` Wolfgang Grandegger
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Grandegger @ 2009-11-12 17:42 UTC (permalink / raw)
  To: Linux Netdev List; +Cc: SocketCAN Core Mailing List

Wolfgang Grandegger wrote:
> Signed-off-by: Wolfgang Grandegger <wg-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
> ---
>  drivers/net/can/usb/Makefile |    2 ++
>  1 file changed, 2 insertions(+)
> 
> Index: net-next-2.6/drivers/net/can/usb/Makefile
> ===================================================================
> --- net-next-2.6.orig/drivers/net/can/usb/Makefile
> +++ net-next-2.6/drivers/net/can/usb/Makefile
> @@ -3,3 +3,5 @@
>  #
> 
>  obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
> +
> +ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG

Please drop this patch. I just realized that Oliver has already fixed
this issue in his "[PATCH net-2.6] can: Fix driver Kconfig structure"
here (see http://marc.info/?l=linux-netdev&m=125802571320568&w=2).

Sorry for the noise.

Wolfgang.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-12 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-12 15:36 [PATCH] can: Add missing debug flag for making USB CAN devices Wolfgang Grandegger
     [not found] ` <4AFC2B6B.5090000-5Yr1BZd7O62+XT7JhA+gdA@public.gmane.org>
2009-11-12 17:42   ` Wolfgang Grandegger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.