Bluetooth: Refactor hci_auth_complete_evt function
authorWaldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Tue, 31 May 2011 13:49:26 +0000 (15:49 +0200)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 11 Jul 2011 18:59:15 +0000 (11:59 -0700)
commit54444290da43c96a66c30233c170f08b30fe6633
treedd4e79c28ed078d9d8f9a393eff2ceca62b7811c
parent62c5f52fdfcfc33134793c46a054c241736113f4
Bluetooth: Refactor hci_auth_complete_evt function

Replace if(conn) with if(!conn) checking to avoid too many nested statements

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_event.c