On 08/05/2019 14.45, Marc Kleine-Budde wrote:
On 5/7/19 11:34 AM, Sean Nyekjaer wrote:
Fully compatible with mcp2515, the mcp25625 have
integrated transceiver.
Signed-off-by: Sean Nyekjaer <sean@xxxxxxxxxx>
I've mentioned the mcp25625 to the .in file and properly introduced the
mcp25625 as a new model in the driver itself. This way the debug output
is formated properly:
netdev_info(net, "MCP%x successfully initialized.\n", priv->model);
This is how the patch looks like now:
Thanks looks good :-)
/Sean