commit | e269d276792684a13ab0d9acd8c024ec7d6c5f4d | [log] [tgz] |
---|---|---|
author | Ben Collins <bcollins@ubuntu.com> | Mon Jun 12 18:15:20 2006 -0400 |
committer | Ben Collins <bcollins@ubuntu.com> | Mon Jun 12 18:15:20 2006 -0400 |
tree | 18d02851685f4e458a52984e290ced6aaa976998 | |
parent | 02f4213fc43dbddc3a3ab9fa4d2dc2501a2d30dc [diff] |
sbp2: fix deregistration of status fifo address space The proper designator of an invalid CSR address is ~(u64)0, not (u64)0. Use the correct value in initialization and deregistration. Also, scsi_id->sbp2_lun does not need to be initialized twice. (scsi_id was kzalloc'd.) Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Ben Collins <bcollins@ubuntu.com>