summarylogtreecommitdiffstats
path: root/void_cast.patch
diff options
context:
space:
mode:
Diffstat (limited to 'void_cast.patch')
-rw-r--r--void_cast.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/void_cast.patch b/void_cast.patch
deleted file mode 100644
index a8cdf1a70848..000000000000
--- a/void_cast.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/btusb.c b/btusb.c
-index 2e55325..29479ff 100644
---- a/btusb.c
-+++ b/btusb.c
-@@ -1744,7 +1744,7 @@ static int inject_cmd_complete(struct hci_dev *hdev, __u16 opcode)
- evt->ncmd = 0x01;
- evt->opcode = cpu_to_le16(opcode);
-
-- *skb_put(skb, 1) = 0x00;
-+ *(unsigned char*)skb_put(skb, 1) = 0x00;
-
- bt_cb(skb)->pkt_type = HCI_EVENT_PKT;
-