Interrupts are enabled a few lines further down as well. Remove this
second call to enable all interrupts.
Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/all/20230315110546.2518305-4-msp@baylibre.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
        m_can_write(cdev, M_CAN_TEST, test);
 
        /* Enable interrupts */
-       m_can_write(cdev, M_CAN_IR, IR_ALL_INT);
        if (!(cdev->can.ctrlmode & CAN_CTRLMODE_BERR_REPORTING))
                if (cdev->version == 30)
                        m_can_write(cdev, M_CAN_IE, IR_ALL_INT &