Return-path: Received: from aserp1040.oracle.com ([141.146.126.69]:37037 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751752AbbJQArf (ORCPT ); Fri, 16 Oct 2015 20:47:35 -0400 Date: Sat, 17 Oct 2015 03:47:11 +0300 From: Dan Carpenter To: Tony Cho Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, rachel.kim@atmel.com, chris.park@atmel.com, austin.shin@atmel.com, linux-wireless@vger.kernel.org, johnny.kim@atmel.com, Nicolas.FERRE@atmel.com, adel.noureldin@atmel.com, leo.kim@atmel.com, adham.abozaeid@atmel.com Subject: Re: [PATCH 23/54] staging: wilc1000: remove duplicate copy routine Message-ID: <20151017004711.GE7340@mwanda> (sfid-20151017_024740_538148_BC5F0087) References: <1444733419-17679-1-git-send-email-tony.cho@atmel.com> <1444733419-17679-23-git-send-email-tony.cho@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1444733419-17679-23-git-send-email-tony.cho@atmel.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Oct 13, 2015 at 07:49:48PM +0900, Tony Cho wrote: > From: Leo Kim > > This patch remove the duplicate bssid copy routine. > Already ahead bssid copy routine execute. > Therefore do not necessary in this routine. > > Signed-off-by: Leo Kim > Signed-off-by: Tony Cho > --- This is a behavior change. Please mark bugfix patches more clearly. regards, dan carpenter