mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 20:34:05 +02:00
7d378d5276
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29284 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
315 B
Diff
12 lines
315 B
Diff
--- a/compat/compat-2.6.36.c
|
|
+++ b/compat/compat-2.6.36.c
|
|
@@ -101,7 +101,7 @@ EXPORT_SYMBOL_GPL(system_nrt_wq);
|
|
void compat_system_workqueue_create()
|
|
{
|
|
system_nrt_wq = create_singlethread_workqueue("events_nrt");
|
|
- WARN_ON(system_nrt_wq);
|
|
+ WARN_ON(!system_nrt_wq);
|
|
}
|
|
|
|
void compat_system_workqueue_destroy()
|