commit | df3f4cd0defd5f832a806ca1f0dd6638a2df17a5 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Thu Jul 09 07:23:46 2015 -0700 |
committer | James Bottomley <JBottomley@Odin.com> | Wed Aug 26 10:35:35 2015 -0700 |
tree | 71247576da136aa11c258ffaf9724bc43d86e94b | |
parent | 52c82823cc686d4faf9e9bc4feec4bf48c36fded [diff] |
qla2xxx: Replace two macros with an inline function Replace the QLA82XX_ADDR_IN_RANGE() and QLA8044_ADDR_IN_RANGE() macros with the inline function addr_in_range(). This avoids that the compiler reports the following warning when building with W=1: comparison of unsigned expression >= 0 is always true. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>