Searched hist:"745 e5ad5084db32e093a143de324afa4ed95f14d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_roce.c | diff 745e5ad5084db32e093a143de324afa4ed95f14d Sun Apr 19 11:29:17 CDT 2020 Aishwarya Ramakrishnan <aishwaryarj100@gmail.com> net: qed: Remove unneeded cast from memory allocation
Remove casting the values returned by memory allocation function.
Coccinelle emits WARNING: casting value returned by memory allocation function to struct pointer is useless.
This issue was detected by using the Coccinelle.
Signed-off-by: Aishwarya Ramakrishnan <aishwaryarj100@gmail.com> Acked-by: Michal Kalderon <michal.kalderon@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|