commit | 26fdf92297ee5142513b72678a19bcb3f686bb20 | [log] [tgz] |
---|---|---|
author | Vikas Chaudhary <vikas.chaudhary@qlogic.com> | Tue Aug 07 07:57:14 2012 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Sep 14 17:59:20 2012 +0100 |
tree | ae91f589f06502514572dc8f304c8c8eb7b04275 | |
parent | d46bdeb14447f0b7e4420c7b1525c8ad9f64ed1b [diff] |
[SCSI] qla4xxx: Fix gcc warning for x86 system Fix warning:- drivers/scsi/qla4xxx/ql4_nx.c:1867:2: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint32_t’ [-Wformat] Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>