commit | 0821ec55bb1382dd3b9476dc15d5dbbb19f0c3fd | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Mar 15 20:38:25 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 15 20:38:25 2010 -0700 |
tree | f5698d42aa24da271ec6a9a5eef8d6b89e5b4e2c | |
parent | d00561a2f64b381aefb41f4a140ff5dc373b52e7 [diff] |
bridge: Move NULL mdb check into br_mdb_ip_get Since all callers of br_mdb_ip_get need to check whether the hash table is NULL, this patch moves the check into the function. This fixes the two callers (query/leave handler) that didn't check it. Reported-by: Michael Braun <michael-dev@fami-braun.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>