commit | 83741bb0430465ea9f0654d4772c03d694b33ad7 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Sun Jun 24 10:38:37 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 25 16:14:03 2018 +0900 |
tree | 4e8b74e76996d144831778e99620ac4ad6b82146 | |
parent | 0ef8b4567d08a557b5226a4926ffd689ef0298ad [diff] |
bnxt: simplify cls_flower command switch and handle default case Currently the default case is not handled, which with future command introductions would introduce a warning. So handle it and make the switch a bit simplier removing unneeded "rc" variable. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>