diff options
Diffstat (limited to 'net/bluetooth/cmtp/core.c')
| -rw-r--r-- | net/bluetooth/cmtp/core.c | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/net/bluetooth/cmtp/core.c b/net/bluetooth/cmtp/core.c index 0a2d78e811cf..90d130588a3e 100644 --- a/net/bluetooth/cmtp/core.c +++ b/net/bluetooth/cmtp/core.c @@ -323,7 +323,7 @@ static int cmtp_session(void *arg)  	up_write(&cmtp_session_sem);  	kfree(session); -	module_put_and_exit(0); +	module_put_and_kthread_exit(0);  	return 0;  } @@ -501,9 +501,7 @@ static int __init cmtp_init(void)  {  	BT_INFO("CMTP (CAPI Emulation) ver %s", VERSION); -	cmtp_init_sockets(); - -	return 0; +	return cmtp_init_sockets();  }  static void __exit cmtp_exit(void) |