projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e834da
)
sbp2: make 1bit bitfield unsigned
author
Luca Tettamanti
<kronos.it@gmail.com>
Wed, 15 Nov 2006 18:14:15 +0000
(19:14 +0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Thu, 7 Dec 2006 22:05:47 +0000
(23:05 +0100)
A signed single-bit bitfield doesn't make much sense. Make it unsigned.
Signed-off-by: Luca Tettamanti <kronos.it@gmail.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/sbp2.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ieee1394/sbp2.h
b/drivers/ieee1394/sbp2.h
index 38ca1195e8ee22c833cba3c8e13ad82e019ff194..ef24d630a577b34a50342cdb7b2f01877afd6546 100644
(file)
--- a/
drivers/ieee1394/sbp2.h
+++ b/
drivers/ieee1394/sbp2.h
@@
-302,7
+302,7
@@
struct sbp2_lu {
u64 status_fifo_addr;
/* Waitqueue flag for logins, reconnects, logouts, query logins */
- int access_complete:1;
+
unsigned
int access_complete:1;
/* Pool of command ORBs for this logical unit */
spinlock_t cmd_orb_lock;