commit | cc79fd8f557767de90ff199d3b6fb911df43160a | [log] [tgz] |
---|---|---|
author | Florinel Iordache <florinel.iordache@nxp.com> | Mon Aug 03 10:07:32 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 03 16:20:14 2020 -0700 |
tree | 09c9cf27ab586304df0b21bd8d4e9892c038f984 | |
parent | 0572054617f32670abab4b4e89a876954d54b704 [diff] |
fsl/fman: fix unreachable code The parameter 'priority' is incorrectly forced to zero which ultimately induces logically dead code in the subsequent lines. Fixes: 57ba4c9b56d8 ("fsl/fman: Add FMan MAC support") Signed-off-by: Florinel Iordache <florinel.iordache@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>