From: Marcel Holtmann Date: Sun, 30 Nov 2008 11:17:29 +0000 (+0100) Subject: Bluetooth: Fix format arguments warning X-Git-Tag: v2.6.29-rc1~581^2~343^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e792995e4cb425422dc379c3618447c462756a8;p=pandora-kernel.git Bluetooth: Fix format arguments warning Newer GCC versions are a little bit picky about how to deal with format arguments: net/bluetooth/hci_sysfs.c: In function ‘hci_register_sysfs’: net/bluetooth/hci_sysfs.c:418: warning: format not a string literal and no format arguments It is simple enough to fix and makes the compiler happy. Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed