diff options
Diffstat (limited to 'drivers/ieee1394/sbp2.h')
-rw-r--r-- | drivers/ieee1394/sbp2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ieee1394/sbp2.h b/drivers/ieee1394/sbp2.h index 34e3d37fc79f..89098fe565e9 100644 --- a/drivers/ieee1394/sbp2.h +++ b/drivers/ieee1394/sbp2.h | |||
@@ -320,9 +320,9 @@ struct scsi_id_instance_data { | |||
320 | u64 status_fifo_addr; | 320 | u64 status_fifo_addr; |
321 | 321 | ||
322 | /* | 322 | /* |
323 | * Variable used for logins, reconnects, logouts, query logins | 323 | * Waitqueue flag for logins, reconnects, logouts, query logins |
324 | */ | 324 | */ |
325 | atomic_t sbp2_login_complete; | 325 | int access_complete:1; |
326 | 326 | ||
327 | /* | 327 | /* |
328 | * Pool of command orbs, so we can have more than overlapped command per id | 328 | * Pool of command orbs, so we can have more than overlapped command per id |