commit | 8dfa4b5a9b44714d7710f9f452f65763629f10df | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@sandisk.com> | Thu Jul 09 07:24:50 2015 -0700 |
committer | James Bottomley <JBottomley@Odin.com> | Wed Aug 26 10:42:25 2015 -0700 |
tree | 5a26d650c7e02b235872fbe434b88b797833c44f | |
parent | 118e2ef9df2297147706d21d2a1dfeefea878c5a [diff] |
qla2xxx: Fix sparse annotations This patch removes 21 casts between an __iomem pointer type and another data type but also introduces five new casts (see also the casts with "__force"). Although this patch does not change any functionality, IMHO the code with __force casts needs further review. 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>