diff options
Diffstat (limited to 'drivers/net/can/ti_hecc.c')
-rw-r--r-- | drivers/net/can/ti_hecc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c index 7d370e32a7a8..8332e242b0be 100644 --- a/drivers/net/can/ti_hecc.c +++ b/drivers/net/can/ti_hecc.c | |||
@@ -909,6 +909,7 @@ static int ti_hecc_probe(struct platform_device *pdev) | |||
909 | priv->can.bittiming_const = &ti_hecc_bittiming_const; | 909 | priv->can.bittiming_const = &ti_hecc_bittiming_const; |
910 | priv->can.do_set_mode = ti_hecc_do_set_mode; | 910 | priv->can.do_set_mode = ti_hecc_do_set_mode; |
911 | priv->can.do_get_state = ti_hecc_get_state; | 911 | priv->can.do_get_state = ti_hecc_get_state; |
912 | priv->can.ctrlmode_supported = CAN_CTRLMODE_3_SAMPLES; | ||
912 | 913 | ||
913 | ndev->irq = irq->start; | 914 | ndev->irq = irq->start; |
914 | ndev->flags |= IFF_ECHO; | 915 | ndev->flags |= IFF_ECHO; |