linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR
@ 2016-02-03  3:26 Shawn Lin
  2016-02-04  6:12 ` Jaehoon Chung
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn Lin @ 2016-02-03  3:26 UTC (permalink / raw)
  To: Jaehoon Chung, Ulf Hansson; +Cc: linux-mmc, linux-kernel, Shawn Lin

EVENT_XFER_ERROR isn't been used now, so we can
remove it.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
---

 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;
-- 
2.3.7

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR
  2016-02-03  3:26 [PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR Shawn Lin
@ 2016-02-04  6:12 ` Jaehoon Chung
  2016-02-12 11:31   ` Shawn Lin
  0 siblings, 1 reply; 6+ messages in thread
From: Jaehoon Chung @ 2016-02-04  6:12 UTC (permalink / raw)
  To: Shawn Lin, Ulf Hansson; +Cc: linux-mmc, linux-kernel

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!

Best Regards,
Jaehoon Chung

> 
> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
> ---
> 
>  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;
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR
  2016-02-04  6:12 ` Jaehoon Chung
@ 2016-02-12 11:31   ` Shawn Lin
  2016-02-14 22:27     ` Jaehoon Chung
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn Lin @ 2016-02-12 11:31 UTC (permalink / raw)
  To: Jaehoon Chung, Ulf Hansson; +Cc: shawn.lin, linux-mmc, linux-kernel

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? :-)

>
> Best Regards,
> Jaehoon Chung
>
>>
>> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
>> ---
>>
>>   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;
>>
>
>
>
>


-- 
Best Regards
Shawn Lin

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR
  2016-02-12 11:31   ` Shawn Lin
@ 2016-02-14 22:27     ` Jaehoon Chung
  2016-02-14 22:29       ` Jaehoon Chung
  0 siblings, 1 reply; 6+ messages in thread
From: Jaehoon Chung @ 2016-02-14 22:27 UTC (permalink / raw)
  To: Shawn Lin, Ulf Hansson; +Cc: linux-mmc, linux-kernel

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." 

Best Regards,
Jaehoon Chung

> 
>>
>> Best Regards,
>> Jaehoon Chung
>>
>>>
>>> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
>>> ---
>>>
>>>   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;
>>>
>>
>>
>>
>>
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR
  2016-02-14 22:27     ` Jaehoon Chung
@ 2016-02-14 22:29       ` Jaehoon Chung
  2016-02-15  0:20         ` Shawn Lin
  0 siblings, 1 reply; 6+ messages in thread
From: Jaehoon Chung @ 2016-02-14 22:29 UTC (permalink / raw)
  To: Shawn Lin, Ulf Hansson; +Cc: linux-mmc, linux-kernel

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." 

One more..This patch is [1/2]..I didn't see the second patch [2/2].

> 
> Best Regards,
> Jaehoon Chung
> 
>>
>>>
>>> Best Regards,
>>> Jaehoon Chung
>>>
>>>>
>>>> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
>>>> ---
>>>>
>>>>   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
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR
  2016-02-14 22:29       ` Jaehoon Chung
@ 2016-02-15  0:20         ` Shawn Lin
  0 siblings, 0 replies; 6+ messages in thread
From: Shawn Lin @ 2016-02-15  0:20 UTC (permalink / raw)
  To: Jaehoon Chung, Ulf Hansson; +Cc: shawn.lin, shawn.lin, linux-mmc, linux-kernel

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 <shawn.lin@rock-chips.com>
>>>>> ---
>>>>>
>>>>>    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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-15  0:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03  3:26 [PATCH 1/2] mmc: dw_mmc: remove unused EVENT_XFER_ERROR Shawn Lin
2016-02-04  6:12 ` Jaehoon Chung
2016-02-12 11:31   ` Shawn Lin
2016-02-14 22:27     ` Jaehoon Chung
2016-02-14 22:29       ` Jaehoon Chung
2016-02-15  0:20         ` Shawn Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).