In the function mpc5xxx_can_probe(), the variale 'data'
has already been determined in the above code, so the
BUG_ON() in this place is useless, remove it.
Signed-off-by: Tang Bin <redacted>
---
drivers/net/can/mscan/mpc5xxx_can.c | 1 -
1 file changed, 1 deletion(-)
From: Marc Kleine-Budde <mkl@pengutronix.de> Date: 2021-08-25 06:13:13
On 23.08.2021 22:10:33, Tang Bin wrote:
In the function mpc5xxx_can_probe(), the variale 'data'
^b
Fixed typo while applying.
quoted hunk
has already been determined in the above code, so the
BUG_ON() in this place is useless, remove it.
Signed-off-by: Tang Bin <redacted>
---
drivers/net/can/mscan/mpc5xxx_can.c | 1 -
1 file changed, 1 deletion(-)