]> asedeno.scripts.mit.edu Git - linux.git/commit
Bluetooth: hci_bcsp: Use setup_timer Kernel API instead of init_timer
authorPrasanna Karthik <pkarthik@intrinsyc.com>
Mon, 17 Oct 2016 18:31:08 +0000 (18:31 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 27 Nov 2016 06:41:05 +0000 (07:41 +0100)
commit6e5ffd0f4509f7331ecebf12463f4eb5a213cf4a
tree95b4e0d3de88acd34b853f3612897ff6ae390d26
parent21fcf572716f61926f5d23a358e79d06a9d4d54f
Bluetooth: hci_bcsp: Use setup_timer Kernel API instead of init_timer

Replace init_timer function with setup_timer reported by coccinelle

Signed-off-by: Prasanna Karthik <pkarthik@intrinsyc.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcsp.c