]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Fix warning on i386 system (CR 123966)
authorChuck Anderson <chuck.anderson@oracle.com>
Sat, 11 Feb 2012 01:11:40 +0000 (17:11 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Sat, 11 Feb 2012 01:11:40 +0000 (17:11 -0800)
Oracle bug 13709784
Oracle bugzilla 13352
02/10/2012
Chuck Anderson

Patch Emulex LPFC device driver to 8.3.5.58.2p

commit comment:
lpfc 8.3.29: T10 Diff fixes and enhancements.
Fix warning on i386 system (132966)

Signed-off-by: Chuck Anderson <chuck.anderson@oracle.com>
drivers/scsi/lpfc/lpfc.h

index 82a0ad94d42e83331c9500800f2081f4df0c6140..ec73e99440a881ea85b479a672dff3f4dfe2b704 100644 (file)
@@ -848,7 +848,7 @@ struct lpfc_hba {
        uint32_t lpfc_injerr_rapp_cnt;
        uint32_t lpfc_injerr_rref_cnt;
        sector_t lpfc_injerr_lba;
-#define LPFC_INJERR_LBA_OFF    (sector_t)0xffffffffffffffff
+#define LPFC_INJERR_LBA_OFF    (sector_t)(-1)
 
        struct dentry *debug_slow_ring_trc;
        struct lpfc_debugfs_trc *slow_ring_trc;