Get the latest linux formula with patch for bonds

Patch [1] was rebased, let's use the latest revision

https://gerrit.mcp.mirantis.net/#/c/2354/

Change-Id: I18ba542debb0733028dcec6cd7568e5fdfcc43a6
Reviewed-on: https://review.gerrithub.io/369692
Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com>
Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml b/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
index 50e189a..a6e0ce4 100644
--- a/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
+++ b/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
@@ -252,7 +252,7 @@
 - description: '*Workaround 1/2* of the bug PROD-9576 to get bond0-connectivity *without* rebooting nodes'
   cmd: salt-call --hard-crash --state-output=mixed --state-verbose=False cmd.run
     "mkdir -p /tmp/PROD-9576; cd /tmp/PROD-9576; git clone https://gerrit.mcp.mirantis.net/salt-formulas/linux; cd linux;
-    git fetch https://gerrit.mcp.mirantis.net/salt-formulas/linux refs/changes/54/2354/7 && git checkout FETCH_HEAD;
+    git fetch https://gerrit.mcp.mirantis.net/salt-formulas/linux refs/changes/54/2354/9 && git checkout FETCH_HEAD;
     cp -f linux/network/interface.sls /srv/salt/env/prd/linux/network/;
     cp -f linux/map.jinja /srv/salt/env/prd/linux/;"
   node_name: {{ HOSTNAME_CFG01 }}