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)
commit4f28e3f9174a4a1860810d484ca9bcff761426b8
tree8cc983ae1dad1b9f8d0c780e0ed858ad3cfd9db5
parent6bd023c48f61fea7dd6f3c78c8954ebad2ecebc1
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