|
@@ -390,7 +390,7 @@ static void bluecard_receive(struct bluecard_info *info,
|
|
for (i = 0; i < len; i++) {
|
|
for (i = 0; i < len; i++) {
|
|
|
|
|
|
/* Allocate packet */
|
|
/* Allocate packet */
|
|
- if (info->rx_skb == NULL) {
|
|
|
|
|
|
+ if (!info->rx_skb) {
|
|
info->rx_state = RECV_WAIT_PACKET_TYPE;
|
|
info->rx_state = RECV_WAIT_PACKET_TYPE;
|
|
info->rx_count = 0;
|
|
info->rx_count = 0;
|
|
info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);
|
|
info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);
|