OSDN Git Service

Bluetooth: hci_sync: Remove duplicate statement
authorInga Stotland <inga.stotland@intel.com>
Wed, 8 Mar 2023 18:32:35 +0000 (10:32 -0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 24 Apr 2023 04:48:28 +0000 (21:48 -0700)
commit9f5ae8fcae1227e9bae3d973fcbef8319a1b25c7
tree798eccfec73df5260e3d1e8eba7701addfc2c896
parent493ea69970e2a4e4102fdf0be6d262456f564c3a
Bluetooth: hci_sync: Remove duplicate statement

This removes the following duplicate statement in
hci_le_ext_directed_advertising_sync():
cp.own_addr_type = own_addr_type;

Signed-off-by: Inga Stotland <inga.stotland@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_sync.c