Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179234
b: refs/heads/master
c: 13bda12
h: refs/heads/master
v: v3
  • Loading branch information
Ming Lei authored and John W. Linville committed Jan 4, 2010
1 parent 2b5800f commit c090e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4ef250114f6672dd36f9b961a71d229642517645
refs/heads/master: 13bda1225072f26603d3aeefc1f14c18b2ab29cd
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/ath/ath9k/ath9k.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ struct ath_node;

/* Macro to expand scalars to 64-bit objects */

#define ito64(x) (sizeof(x) == 8) ? \
#define ito64(x) (sizeof(x) == 1) ? \
(((unsigned long long int)(x)) & (0xff)) : \
(sizeof(x) == 16) ? \
(sizeof(x) == 2) ? \
(((unsigned long long int)(x)) & 0xffff) : \
((sizeof(x) == 32) ? \
((sizeof(x) == 4) ? \
(((unsigned long long int)(x)) & 0xffffffff) : \
(unsigned long long int)(x))

Expand Down

0 comments on commit c090e05

Please sign in to comment.