[SCSI] bfa: Fix WARN_ON condition check
authorVijaya Mohan Guvva <vmohan@brocade.com>
Mon, 13 May 2013 09:33:22 +0000 (02:33 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 26 Jun 2013 18:45:51 +0000 (11:45 -0700)
The WARN_ON condition check in IO completion path is wrong. IOtags
returned by the firmware is compared with driver/bfa iotag after masking
the retry count bits.

Signed-off-by: Vijaya Mohan Guvva <vmohan@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found