From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- profiles/network/bnep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/network/bnep.c b/profiles/network/bnep.c index 87304c5..136709d 100644 --- a/profiles/network/bnep.c +++ b/profiles/network/bnep.c @@ -556,7 +556,7 @@ static int bnep_del_from_bridge(const char *devname, const char *bridge) int bnep_server_add(int sk, uint16_t dst, char *bridge, char *iface, const bdaddr_t *addr) { - if (!bridge || !bridge || !iface || !addr) + if (!bridge || !iface || !addr) return -EINVAL; if (bnep_connadd(sk, dst, iface) < 0) { -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html