]> git.baikalelectronics.ru Git - kernel.git/commit
bluetooth: fix warning in net/bluetooth/rfcomm/sock.c
authorIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 00:59:21 +0000 (16:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2008 00:59:21 +0000 (16:59 -0800)
commit6238837ac0e0274ceb92618b3870a5e43dc8d452
treeb339a04dbcb47cfaf3c3a489624b7b404e229be5
parente3a78456cd3e707a81e1eb22c4a0f0943e7fecd0
bluetooth: fix warning in net/bluetooth/rfcomm/sock.c

fix this warning:

  net/bluetooth/rfcomm/sock.c: In function ‘rfcomm_sock_ioctl’:
  net/bluetooth/rfcomm/sock.c:795: warning: unused variable ‘sk’

perhaps BT_DEBUG() should be improved to do printf format checking
instead of the #ifdef, but that looks quite intrusive: each bluetooth
.c file undefines the macro.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bluetooth/rfcomm/sock.c