Searched hist:"98 cdfb4347f5d38b97de2045d688e44e2a26ea42" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/bfa/ |
H A D | bfa_defs.h | 98cdfb4347f5d38b97de2045d688e44e2a26ea42 Wed Nov 16 20:29:26 UTC 2011 Jing Huang <huangj@brocade.com> [SCSI] bfa: fix endian and bit field check bug
Fix some endian issue. __BIGENDIAN is not defined and it needs to be replaced with __BIG_ENDIAN. Also fixed a bug in bit field access. These two issues were reported by Dan Carpenter.
Signed-off-by: Jing Huang <huangj@brocade.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
|
H A D | bfa_ioc.c | 98cdfb4347f5d38b97de2045d688e44e2a26ea42 Wed Nov 16 20:29:26 UTC 2011 Jing Huang <huangj@brocade.com> [SCSI] bfa: fix endian and bit field check bug
Fix some endian issue. __BIGENDIAN is not defined and it needs to be replaced with __BIG_ENDIAN. Also fixed a bug in bit field access. These two issues were reported by Dan Carpenter.
Signed-off-by: Jing Huang <huangj@brocade.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
|