commit | 2e792995e4cb425422dc379c3618447c462756a8 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sun Nov 30 12:17:29 2008 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sun Nov 30 12:17:29 2008 +0100 |
tree | e3953a7a98290718efe591abdc72ea945428774e | |
parent | a418b893a6af11ae73c762ed5b76c1bad6dc19d8 [diff] |
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 <marcel@holtmann.org>