aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/dev.c
diff options
context:
space:
mode:
authorDavid S. Miller <[email protected]>2018-05-08 14:19:53 +0000
committerDavid S. Miller <[email protected]>2018-05-08 14:19:53 +0000
commit42f02130f980ac81efddb7968f50fd9ed06df26b (patch)
treec7e7cd33915e2e5edf35a30df1c798b6da39da22 /drivers/net/can/dev.c
parentMerge branch 'ieee802154-for-davem-2018-05-08' of git://git.kernel.org/pub/sc... (diff)
parentDT: net: can: rcar_canfd: document R8A77980 bindings (diff)
downloadkernel-42f02130f980ac81efddb7968f50fd9ed06df26b.tar.gz
kernel-42f02130f980ac81efddb7968f50fd9ed06df26b.zip
Merge tag 'linux-can-fixes-for-4.17-20180508' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Marc Kleine-Budde says: ==================== pull-request: can 2018-05-08 this is a pull request for 7 patches for net/master. The first patch is by Jakob Unterwurzacher and increases the severity of bus-off messages in the generic CAN device infrastructure. The next two patches are by Uwe Kleine-König and fix the endianess detection in the flexcan driver. Jimmy Assarsson's patch for the kvaser driver corrects the stats counter for dropped tx-messages. Geert Uytterhoeven provides one patch and Sergei Shtylyov two patches for the rcan_canfd device tree binding description. ==================== Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/can/dev.c')
-rw-r--r--drivers/net/can/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/dev.c b/drivers/net/can/dev.c
index b1779566c5bb..3c71f1cb205f 100644
--- a/drivers/net/can/dev.c
+++ b/drivers/net/can/dev.c
@@ -605,7 +605,7 @@ void can_bus_off(struct net_device *dev)
{
struct can_priv *priv = netdev_priv(dev);
- netdev_dbg(dev, "bus-off\n");
+ netdev_info(dev, "bus-off\n");
netif_carrier_off(dev);