From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: stmmac: fixed operator typo Date: Mon, 01 Jul 2013 13:33:15 -0700 (PDT) Message-ID: <20130701.133315.634986684411114022.davem@davemloft.net> References: <015701ce73d2$117b9040$3472b0c0$%an@samsung.com> <51CD88B8.6050209@st.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: bh74.an@samsung.com, netdev@vger.kernel.org, kgene.kim@samsung.com, cpgs@samsung.com To: peppe.cavallaro@st.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:43737 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755107Ab3GAUdQ (ORCPT ); Mon, 1 Jul 2013 16:33:16 -0400 In-Reply-To: <51CD88B8.6050209@st.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Giuseppe CAVALLARO Date: Fri, 28 Jun 2013 14:59:36 +0200 > On 6/28/2013 9:35 AM, Byungho An wrote: >> >> This patch fixed operator typo from & to ==. >> Due to incorrect operator, the result is incorrect. >> >> Signed-off-by: Byungho An > > Acked-by: Giuseppe Cavallaro Applied.