[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTikH6M5f479PnWL-V-C3uF7Qcm79P1+eDizWasyV@mail.gmail.com>
Date: Fri, 1 Apr 2011 23:41:23 +0530
From: Sasikanth V <sasikanth.v19@...il.com>
To: namei.unix@...il.com
Cc: shemminger@...ux-foundation.org, davem@...emloft.net,
"open list:ETHERNET BRIDGE" <netdev@...r.kernel.org>,
Liu Yuan <tailai.ly@...bao.com>,
"open list:ETHERNET BRIDGE" <bridge@...ts.linux-foundation.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [Bridge] [PATCH] net/bridge: Fix wrong return-no-vaule
It is already fixed and applied
On 4/1/11, namei.unix@...il.com <namei.unix@...il.com> wrote:
> From: Liu Yuan <tailai.ly@...bao.com>
>
> In br_stp_if.c/br_stp_recalculate_bridge_id, it should return
> false, which indicates that there is no change when we find
> that user has chosen a value.
>
> Signed-off-by: Liu Yuan <tailai.ly@...bao.com>
> ---
> net/bridge/br_stp_if.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/net/bridge/br_stp_if.c b/net/bridge/br_stp_if.c
> index 5593f5a..9b61d09 100644
> --- a/net/bridge/br_stp_if.c
> +++ b/net/bridge/br_stp_if.c
> @@ -213,7 +213,7 @@ bool br_stp_recalculate_bridge_id(struct net_bridge *br)
>
> /* user has chosen a value so keep it */
> if (br->flags & BR_SET_MAC_ADDR)
> - return;
> + return false;
>
> list_for_each_entry(p, &br->port_list, list) {
> if (addr == br_mac_zero ||
> --
> 1.7.1
>
> _______________________________________________
> Bridge mailing list
> Bridge@...ts.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/bridge
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists