commit | 45555c0ed436b8b06eeaa5c524a3377e6d24fb45 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Nov 25 16:59:21 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 16:59:21 2008 -0800 |
tree | b339a04dbcb47cfaf3c3a489624b7b404e229be5 | |
parent | ff0db0490a2eb6db4f03870987c5c8e3dd81e747 [diff] |
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>