]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/bluetooth/hidp/core.c
Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 6 Apr 2013 18:28:49 +0000 (20:28 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 17 Apr 2013 06:04:03 +0000 (03:04 -0300)
commit7350e6cf360d32206cbe4e3d34fb48ab863bdb14
tree6ed42830673826c03e918ea8e85c5fc34e47bc0e
parent2df012001d36e56cd92dab0255cf4bce3f5b16bc
Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit()

Both hidp_process_ctrl_transmit() and hidp_process_intr_transmit() are
exactly the same apart from the transmit-queue and socket pointers.
Therefore, pass them as argument and merge both functions into one so we
avoid 25 lines of code-duplication.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hidp/core.c