commit | 28b0ffe98b53cf1f3e58023699886f813fb26144 | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Aug 19 19:17:13 2019 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Tue Aug 20 13:41:26 2019 +0200 |
tree | 46e01ab08367dc19cb7b2f5dbed015874851b3ae | |
parent | 6093f744fec77e06f98b0267ced88b9caa64eae8 [diff] |
can: m_can_platform: remove not needed casts to struct m_can_plat_priv * The struct m_can_classdev::device_data is a void pointer, so there's no need to cast it to struct m_can_plat_priv *, when assigning the struct m_can_plat_priv pointer. This patch removes the not needed casts from the m_can_platform driver. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>