All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] RTCAN_USE_REFCOUNT issue in rtcan_dev.h
@ 2006-09-12 15:55 Matthias Fuchs
  2006-09-12 16:32 ` Wolfgang Grandegger
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Fuchs @ 2006-09-12 15:55 UTC (permalink / raw)
  To: xenomai; +Cc: Jan Kiszka

Hi Jan,

I think there's is little typo in rtcan_dev.h:

Index: rtcan_dev.h
===================================================================
--- rtcan_dev.h (revision 1564)
+++ rtcan_dev.h (working copy)
@@ -45,7 +45,7 @@
 
 /* Suppress handling of refcount if module support is not enabled
  * or modules cannot be unloaded */
-#if defined(CONFIG_MODULES) && !defined(CONFIG_MODULE_UNLOAD)
+#if defined(CONFIG_MODULES) && defined(CONFIG_MODULE_UNLOAD)
 #define RTCAN_USE_REFCOUNT
 #endif


This simple patch will allow unloading of modules.

Matthias


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

end of thread, other threads:[~2006-09-12 17:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-12 15:55 [Xenomai-core] RTCAN_USE_REFCOUNT issue in rtcan_dev.h Matthias Fuchs
2006-09-12 16:32 ` Wolfgang Grandegger
2006-09-12 17:21   ` Jan Kiszka

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.