aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ieee1394/sbp2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/sbp2.h b/drivers/ieee1394/sbp2.h
index 38ca1195e8ee..ef24d630a577 100644
--- a/drivers/ieee1394/sbp2.h
+++ b/drivers/ieee1394/sbp2.h
@@ -302,7 +302,7 @@ struct sbp2_lu {
302 u64 status_fifo_addr; 302 u64 status_fifo_addr;
303 303
304 /* Waitqueue flag for logins, reconnects, logouts, query logins */ 304 /* Waitqueue flag for logins, reconnects, logouts, query logins */
305 int access_complete:1; 305 unsigned int access_complete:1;
306 306
307 /* Pool of command ORBs for this logical unit */ 307 /* Pool of command ORBs for this logical unit */
308 spinlock_t cmd_orb_lock; 308 spinlock_t cmd_orb_lock;