[SCSI] qla2xxx: Remove unnecessary spinlock primitive - mbx_reg_lock.
authorSeokmann Ju <seokmann.ju@qlogic.com>
Mon, 29 Jan 2007 18:22:30 +0000 (10:22 -0800)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 31 Jan 2007 17:15:09 +0000 (11:15 -0600)
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>

No differences found