]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_h4: Remove a redundant assignment in 'h4_flush()'
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 28 Feb 2020 05:01:13 +0000 (06:01 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 28 Feb 2020 07:43:57 +0000 (08:43 +0100)
commitd0bb8dbc9e8292b48e1657fd83ba9b50b7897c4a
tree8cc983ae1dad1b9f8d0c780e0ed858ad3cfd9db5
parent13acbd22036d5c114a39f070d1faa1f73029010d
Bluetooth: hci_h4: Remove a redundant assignment in 'h4_flush()'

'hu->priv' is set twice to NULL in this function.
Axe one of these assignments.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_h4.c