RE: [PATCH] mmc: Change the enhanced area related sysfs output format

2016-06-20 Thread Baranowska, BeataX
omium.org; chaotian.j...@mediatek.com; > linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Jarosz, > SebastianX ; Dong, Chuanxiao > > Subject: Re: [PATCH] mmc: Change the enhanced area related sysfs output > format > > On Tue, Jun 14, 2016 at 01:36:11PM +0300, Adrian Hunter wrote:

Re: [PATCH] mmc: Change the enhanced area related sysfs output format

2016-06-14 Thread Wolfram Sang
On Tue, Jun 14, 2016 at 01:36:11PM +0300, Adrian Hunter wrote: > On 14/06/16 13:12, Wolfram Sang wrote: > > On Tue, Jun 14, 2016 at 10:33:06AM +0200, Beata Baranowska wrote: > >> From: Chuanxiao Dong > >> > >> When the enhanced area feature was not enabled, the related sysfs will > >> have -EINVA

Re: [PATCH] mmc: Change the enhanced area related sysfs output format

2016-06-14 Thread Adrian Hunter
On 14/06/16 13:12, Wolfram Sang wrote: > On Tue, Jun 14, 2016 at 10:33:06AM +0200, Beata Baranowska wrote: >> From: Chuanxiao Dong >> >> When the enhanced area feature was not enabled, the related sysfs will >> have -EINVAL(-22) value, so change the sysfs output format to display >> the correct

Re: [PATCH] mmc: Change the enhanced area related sysfs output format

2016-06-14 Thread Wolfram Sang
On Tue, Jun 14, 2016 at 10:33:06AM +0200, Beata Baranowska wrote: > From: Chuanxiao Dong > > When the enhanced area feature was not enabled, the related sysfs will > have -EINVAL(-22) value, so change the sysfs output format to display > the correct value. > > Signed-off-by: Chuanxiao Dong W

[PATCH] mmc: Change the enhanced area related sysfs output format

2016-06-14 Thread Beata Baranowska
From: Chuanxiao Dong When the enhanced area feature was not enabled, the related sysfs will have -EINVAL(-22) value, so change the sysfs output format to display the correct value. Signed-off-by: Chuanxiao Dong --- drivers/mmc/core/mmc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletion