commit | 81bcf1c5cf0ee875de3f3b0c930194dcf56969ee | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Thu Apr 11 14:53:24 2019 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Apr 15 22:04:40 2019 -0400 |
tree | 339d2813903c01634bff5398f06a09fc97e80364 | |
parent | bb63e47b6f6832f1eb5be4207c65a6f268e01059 [diff] |
scsi: qla2xxx: Remove two superfluous casts Casting a void pointer into another pointer before assigning the pointer to a variable is not useful. Hence remove such casts. Cc: Himanshu Madhani <hmadhani@marvell.com> Cc: Giridhar Malavali <gmalavali@marvell.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Acked-by: Himanshu Madhani <hmadhani@marvell.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>