commit | e992c4dc213dcb37b63c170a25097cef8a6f02a4 | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Thu Jan 05 17:03:19 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 02 14:44:53 2023 -0500 |
tree | bdcacb461ad2a9fbdd743a624d11fb7776cfe2d1 | |
parent | b1ba07a0c47c5210a6051526f0b6617f430f1f7f [diff] |
drivers: net: fsl-mc: remove explicit cast Remove all the explicit casts from the void* returned by calloc. With this we also improve a bit the length of those lines and there is no need to split the assignment. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>