scsi: mpi3mr: Remove unnecessary cast
authorJules Irenge <jbi.octave@gmail.com>
Mon, 12 Sep 2022 21:29:11 +0000 (22:29 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 25 Sep 2022 18:22:56 +0000 (14:22 -0400)
commitc863a2dcb9b0894d9ac6030c4d1ab2e7867dabcb
treef0f951d5ea2aa4373ffa7ffcbb7dbeb0deeb6b70
parent6022f210461fef67e6e676fd8544ca02d1bcfa7a
scsi: mpi3mr: Remove unnecessary cast

coccinelle reports a warning:

  WARNING: casting value returned by memory allocation function to (struct
  mpi3mr_throttle_group_info *) is useless

To fix this, the unnecessary cast is removed.

Link: https://lore.kernel.org/r/Yx+kp8NxHvDHs7dv@playground
Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/mpi3mr/mpi3mr_fw.c