bt_rpmsghci: fix warnings
This commit is contained in:
parent
d3fd1f50aa
commit
b737d410b9
@ -163,7 +163,6 @@ static int rpmsghci_bt_open(struct bt_driver_s *btdev)
|
|||||||
FAR struct rpmsghci_s *priv = NULL;
|
FAR struct rpmsghci_s *priv = NULL;
|
||||||
FAR struct rpmsghci_open_s *msg = NULL;
|
FAR struct rpmsghci_open_s *msg = NULL;
|
||||||
uint32_t space = 0;
|
uint32_t space = 0;
|
||||||
int ret = OK;
|
|
||||||
|
|
||||||
/* Get RPMSG-HCI data */
|
/* Get RPMSG-HCI data */
|
||||||
|
|
||||||
@ -242,7 +241,6 @@ static int rpmsghci_bt_send(struct bt_driver_s *btdev, uint8_t type,
|
|||||||
FAR struct rpmsghci_s *priv = NULL;
|
FAR struct rpmsghci_s *priv = NULL;
|
||||||
FAR struct rpmsghci_data_s *msg = NULL;
|
FAR struct rpmsghci_data_s *msg = NULL;
|
||||||
uint32_t space = 0;
|
uint32_t space = 0;
|
||||||
int ret = OK;
|
|
||||||
|
|
||||||
wlinfo("rpmsghci_bt_send %d\n", type);
|
wlinfo("rpmsghci_bt_send %d\n", type);
|
||||||
|
|
||||||
|
@ -449,7 +449,6 @@ int rpmsghci_bt_receive(FAR struct bt_driver_s *btdev, uint8_t type,
|
|||||||
FAR struct rpmsghci_server_s *priv = NULL;
|
FAR struct rpmsghci_server_s *priv = NULL;
|
||||||
FAR struct rpmsghci_data_s *msg = NULL;
|
FAR struct rpmsghci_data_s *msg = NULL;
|
||||||
uint32_t space = 0;
|
uint32_t space = 0;
|
||||||
int ret = OK;
|
|
||||||
|
|
||||||
wlinfo("rpmsghci_bt_receive %d\n", type);
|
wlinfo("rpmsghci_bt_receive %d\n", type);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user