From: Ingo Molnar Date: Wed, 26 Nov 2008 00:59:21 +0000 (-0800) Subject: bluetooth: fix warning in net/bluetooth/rfcomm/sock.c X-Git-Tag: v2.6.29-rc1~581^2~462 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45555c0ed436b8b06eeaa5c524a3377e6d24fb45;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed