From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753575AbcBOAUh (ORCPT ); Sun, 14 Feb 2016 19:20:37 -0500 Received: from lucky1.263xmail.com ([211.157.147.132]:38307 "EHLO lucky1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752859AbcBOAUe (ORCPT ); Sun, 14 Feb 2016 19:20:34 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 1 X-MAIL-DELIVERY: 0 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-RL-SENDER: shawn.lin@rock-chips.com X-FST-TO: linux-kernel@vger.kernel.org X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: shawn.lin@rock-chips.com X-UNIQUE-TAG: <3b03af3ef30ade2e9f9a82d483b7b6b8> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR To: Jaehoon Chung , Ulf Hansson References: <1454469964-21365-1-git-send-email-shawn.lin@rock-chips.com> <56B2EBE7.3030008@samsung.com> <56BDC2A0.1000702@rock-chips.com> <56C0FF3F.4010706@samsung.com> <56C0FFD7.60406@samsung.com> Cc: shawn.lin@rock-chips.com, shawn.lin@kernel-upstream.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org From: Shawn Lin Message-ID: <56C119BE.8000608@rock-chips.com> Date: Mon, 15 Feb 2016 08:20:14 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56C0FFD7.60406@samsung.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jaehoon, On 2016/2/15 6:29, Jaehoon Chung wrote: > On 02/15/2016 07:27 AM, Jaehoon Chung wrote: >> On 02/12/2016 08:31 PM, Shawn Lin wrote: >>> On 2016/2/4 14:12, Jaehoon Chung wrote: >>>> Hi, Shawn. >>>> >>>> On 02/03/2016 12:26 PM, Shawn Lin wrote: >>>>> EVENT_XFER_ERROR isn't been used now, so we can >>>>> remove it. >>>> >>>> If you are ok, after changing the commit message, I will apply this. >>>> Thanks! >>> >>> Should I respin v2 to amend the commit msg? :-) >> >> Not important..but i want to use this. :) >> "we can remove it" -> "It can be removed." > yes, please. > One more..This patch is [1/2]..I didn't see the second patch [2/2]. Only one patch here, no [2/2]. sorry for the noise > >> >> Best Regards, >> Jaehoon Chung >> >>> >>>> >>>> Best Regards, >>>> Jaehoon Chung >>>> >>>>> >>>>> Signed-off-by: Shawn Lin >>>>> --- >>>>> >>>>> include/linux/mmc/dw_mmc.h | 1 - >>>>> 1 file changed, 1 deletion(-) >>>>> >>>>> diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h >>>>> index 89df7ab..b29e06e 100644 >>>>> --- a/include/linux/mmc/dw_mmc.h >>>>> +++ b/include/linux/mmc/dw_mmc.h >>>>> @@ -36,7 +36,6 @@ enum { >>>>> EVENT_XFER_COMPLETE, >>>>> EVENT_DATA_COMPLETE, >>>>> EVENT_DATA_ERROR, >>>>> - EVENT_XFER_ERROR >>>>> }; >>>>> >>>>> struct mmc_data; >>>>> >>>> >>>> >>>> >>>> >>> >>> >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >> > > > > -- Best Regards Shawn Lin