|
@@ -722,7 +722,6 @@ static int ti_hecc_error(struct net_device *ndev, int int_status,
|
|
|
if (err_status & HECC_BUS_ERROR) {
|
|
|
++priv->can.can_stats.bus_error;
|
|
|
cf->can_id |= CAN_ERR_BUSERROR | CAN_ERR_PROT;
|
|
|
- cf->data[2] |= CAN_ERR_PROT_UNSPEC;
|
|
|
if (err_status & HECC_CANES_FE) {
|
|
|
hecc_set_bit(priv, HECC_CANES, HECC_CANES_FE);
|
|
|
cf->data[2] |= CAN_ERR_PROT_FORM;
|