In probe, np == pdev->dev.of_node. It's easier to pass pdev directly.
Replace irq_of_parse_and_map() by platform_get_irq() to do so. Requires
removing the error message as well as fixing the return type.
Replace of_address_to_resource() with platform_get_resource() for the
same reason.
Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
(for CAN)
Reviewed-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>