Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194155
b: refs/heads/master
c: d5a4c5e
h: refs/heads/master
i:
  194153: f8a8390
  194151: cb561b4
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Mar 31, 2010
1 parent ee0bcc0 commit 11c9209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef98c3cd9b68ed27eeb94b833f74860fa1a734b7
refs/heads/master: d5a4c5e3afb9697c8f627b2563f4b8583ef88498
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/htc_hst.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ void ath9k_htc_rx_msg(struct htc_target *htc_handle,
if (htc_hdr->flags & HTC_FLAGS_RECV_TRAILER) {
if (be32_to_cpu(*(u32 *) skb->data) == 0x00C60000)
/* Move past the Watchdog pattern */
htc_hdr = (struct htc_frame_hdr *) skb->data + 4;
htc_hdr = (struct htc_frame_hdr *)(skb->data + 4);
}

/* Get the message ID */
Expand Down

0 comments on commit 11c9209

Please sign in to comment.