David Herrmann
9b338c3dd1
Bluetooth: bnep: Fix module reference
...
We cannot call module_put(THIS_MODULE) if this is our last reference. Otherwise,
this call may cleanup our module before it returns.
Gladly, the kthread API provides a simple wrapper for us. So lets use
module_put_and_exit() to avoid a race condition with the module cleanup code.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
2011-11-21 14:29:25 -02:00
..
2011-10-24 11:13:12 -05:00
2011-08-02 04:29:23 -07:00
2011-10-30 04:43:30 -04:00
2011-10-19 03:10:46 -04:00
2011-09-22 03:23:13 -04:00
2011-10-30 03:05:07 -04:00
2011-11-21 14:29:25 -02:00
2011-10-24 18:18:09 -04:00
2011-10-25 19:22:23 -04:00
2011-10-17 19:22:46 -04:00
2011-09-29 19:58:58 -07:00
2011-10-30 04:43:30 -04:00
2011-10-06 15:49:51 -04:00
2011-10-27 00:44:35 -04:00
2011-08-02 04:29:23 -07:00
2011-08-17 20:22:03 -07:00
2011-07-03 20:05:16 -07:00
2011-09-15 14:49:44 -04:00
2011-09-15 15:36:35 -04:00
2011-10-27 00:44:35 -04:00
2011-10-30 04:12:36 -04:00
2011-10-26 15:11:09 +02:00
2011-10-13 16:05:07 -04:00
2011-06-16 23:19:27 -04:00
2011-10-24 18:18:09 -04:00
2011-09-16 19:20:20 -04:00
2011-11-02 15:23:13 -04:00
2011-10-25 13:25:22 +02:00
2011-08-20 10:39:12 -07:00
2011-09-28 13:29:50 -04:00
2011-07-01 16:11:16 -07:00
2011-09-27 14:34:10 -04:00
2011-10-18 23:22:07 -04:00
2011-08-02 04:29:23 -07:00
2011-10-25 13:25:22 +02:00
2011-10-03 15:19:19 -04:00
2011-07-07 02:41:59 -07:00
2011-05-19 18:51:50 -04:00
2011-10-24 18:40:14 -04:00
2011-10-27 00:44:35 -04:00
2011-10-25 15:44:06 +02:00
2011-09-17 22:55:15 -04:00
2011-09-28 13:29:50 -04:00
2011-10-14 14:48:23 -04:00
2011-10-17 19:31:40 -04:00
2011-10-19 03:10:46 -04:00
2011-07-05 15:26:57 -04:00
2011-07-05 15:26:57 -04:00
2011-09-22 03:23:13 -04:00