These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / bluetooth / dtl1_cs.c
index 78e10f0..5026f66 100644 (file)
@@ -182,9 +182,9 @@ static void dtl1_control(struct dtl1_info *info, struct sk_buff *skb)
        int i;
 
        printk(KERN_INFO "Bluetooth: Nokia control data =");
-       for (i = 0; i < skb->len; i++) {
+       for (i = 0; i < skb->len; i++)
                printk(" %02x", skb->data[i]);
-       }
+
        printk("\n");
 
        /* transition to active state */
@@ -357,8 +357,6 @@ static irqreturn_t dtl1_interrupt(int irq, void *dev_inst)
 
 static int dtl1_hci_open(struct hci_dev *hdev)
 {
-       set_bit(HCI_RUNNING, &(hdev->flags));
-
        return 0;
 }
 
@@ -376,9 +374,6 @@ static int dtl1_hci_flush(struct hci_dev *hdev)
 
 static int dtl1_hci_close(struct hci_dev *hdev)
 {
-       if (!test_and_clear_bit(HCI_RUNNING, &(hdev->flags)))
-               return 0;
-
        dtl1_hci_flush(hdev);
 
        return 0;
@@ -406,7 +401,7 @@ static int dtl1_hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb)
                break;
        default:
                return -EILSEQ;
-       };
+       }
 
        nsh.zero = 0;
        nsh.len = skb->len;