commit | 03c79cc56e4497cbd09d74a73c1bd0d1d9a8a16c | [log] [tgz] |
---|---|---|
author | Seokmann Ju <seokmann.ju@qlogic.com> | Mon Jan 29 10:22:30 2007 -0800 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Wed Jan 31 11:15:09 2007 -0600 |
tree | f6cb0b9880e1c513cdbfbb4b161e9ea040c007a6 | |
parent | 7c98a046b76a3a858c21b75235bf146493b76e11 [diff] |
[SCSI] qla2xxx: Remove unnecessary spinlock primitive - mbx_reg_lock. Since, mailbox commands are executed in a synchronous manner, there is no need to have a separate spinlock primitive to protect data/register access shared by callers. Signed-off-by: Seokmann Ju <seokmann.ju@qlogic.com> Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>