Loading net/dcb/dcbnl.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -626,6 +626,9 @@ static int dcbnl_getapp(struct net_device *netdev, struct nlattr **tb, dcb->cmd = DCB_CMD_GAPP; dcb->cmd = DCB_CMD_GAPP; app_nest = nla_nest_start(dcbnl_skb, DCB_ATTR_APP); app_nest = nla_nest_start(dcbnl_skb, DCB_ATTR_APP); if (!app_nest) goto out_cancel; ret = nla_put_u8(dcbnl_skb, DCB_APP_ATTR_IDTYPE, idtype); ret = nla_put_u8(dcbnl_skb, DCB_APP_ATTR_IDTYPE, idtype); if (ret) if (ret) goto out_cancel; goto out_cancel; Loading Loading
net/dcb/dcbnl.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -626,6 +626,9 @@ static int dcbnl_getapp(struct net_device *netdev, struct nlattr **tb, dcb->cmd = DCB_CMD_GAPP; dcb->cmd = DCB_CMD_GAPP; app_nest = nla_nest_start(dcbnl_skb, DCB_ATTR_APP); app_nest = nla_nest_start(dcbnl_skb, DCB_ATTR_APP); if (!app_nest) goto out_cancel; ret = nla_put_u8(dcbnl_skb, DCB_APP_ATTR_IDTYPE, idtype); ret = nla_put_u8(dcbnl_skb, DCB_APP_ATTR_IDTYPE, idtype); if (ret) if (ret) goto out_cancel; goto out_cancel; Loading