[SCSI] fix minor problem in spi transport message functions
The check for a one byte message should be msg[0] == 0x55 not msg == 0x55
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
Showing
想要评论请 注册 或 登录
The check for a one byte message should be msg[0] == 0x55 not msg == 0x55
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>