|
@@ -915,7 +915,7 @@ static int can_fill_info(struct sk_buff *skb, const struct net_device *dev)
|
|
nla_put(skb, IFLA_CAN_BITTIMING_CONST,
|
|
nla_put(skb, IFLA_CAN_BITTIMING_CONST,
|
|
sizeof(*priv->bittiming_const), priv->bittiming_const)) ||
|
|
sizeof(*priv->bittiming_const), priv->bittiming_const)) ||
|
|
|
|
|
|
- nla_put(skb, IFLA_CAN_CLOCK, sizeof(cm), &priv->clock) ||
|
|
|
|
|
|
+ nla_put(skb, IFLA_CAN_CLOCK, sizeof(priv->clock), &priv->clock) ||
|
|
nla_put_u32(skb, IFLA_CAN_STATE, state) ||
|
|
nla_put_u32(skb, IFLA_CAN_STATE, state) ||
|
|
nla_put(skb, IFLA_CAN_CTRLMODE, sizeof(cm), &cm) ||
|
|
nla_put(skb, IFLA_CAN_CTRLMODE, sizeof(cm), &cm) ||
|
|
nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) ||
|
|
nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) ||
|