]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
net: mscc: ocelot: return directly in ocelot_cls_flower_{replace, destroy}
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sat, 29 Feb 2020 14:31:08 +0000 (16:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2020 02:57:29 +0000 (18:57 -0800)
commitd3ac98668640858fd84164100710155317d87d6c
tree564534a12b09b1d62b807e394be34595112a7d61
parentce6659c55b7dad1eea57b4e9fe6e77d39d22c286
net: mscc: ocelot: return directly in ocelot_cls_flower_{replace, destroy}

There is no need to check the "ret" variable, one can just return the
function result back to the caller.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Tested-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Reviewed-by: Allan W. Nielsen <allan.nielsen@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mscc/ocelot_flower.c