commit | f441ed0f4c89c14dd68ce477f513bae43509237e | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@gmail.com> | Sat Aug 31 16:18:28 2019 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 01 12:16:37 2019 -0700 |
tree | c2486b220f260d3d1c960802e038f8ceba1c531c | |
parent | 946bc2509eb88ff0c64dd727a11c5a29b6bc2574 [diff] |
net: dsa: mv88e6xxx: fix SERDES IRQ mapping The current mv88e6xxx SERDES code checks for negative error code from irq_find_mapping, while this function returns an unsigned integer. This patch removes this dead code and simply returns 0 is no IRQ is found. Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>