commit | 5f0b67e0d5c2807337b8fee4aa71b05f4f641534 | [log] [tgz] |
---|---|---|
author | Ralph Campbell <ralphc@pathscale.com> | Fri Feb 03 14:30:24 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Mar 20 10:08:11 2006 -0800 |
tree | 7fa82fdc250aa862366296adb3087e2f30f4d4a1 | |
parent | d36f34aadf184d8cc4c240de2b6319ccea8334bb [diff] |
IB/mad: Remove redundant check from smi_check_local_dr_smp() smi_check_local_dr_smp() is called only from two places in core/mad.c It returns 0 or 1. In smi_check_local_dr_smp(), it checks for a directed route SMP but this function is only called when the SMP is a directed route so this is a NOP. Signed-off-by: Hal Rosenstock <halr@voltaire.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>