]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ncsi/ncsi-cmd.c
Merge branch 'mlxsw-Reflect-nexthop-status-changes'
[karo-tx-linux.git] / net / ncsi / ncsi-cmd.c
index 21057a8ceeac6107b879310c5b0dde83ea99c4c7..db7083bfd47691fae726d5682ec518986ab49468 100644 (file)
@@ -272,7 +272,7 @@ static struct ncsi_request *ncsi_alloc_command(struct ncsi_cmd_arg *nca)
        struct sk_buff *skb;
        struct ncsi_request *nr;
 
-       nr = ncsi_alloc_request(ndp, nca->driven);
+       nr = ncsi_alloc_request(ndp, nca->req_flags);
        if (!nr)
                return NULL;