Re: [PATCH] mmc: correct the EXCEPTION_EVENTS_STATUS vaule comment

2013-01-28 Thread Chris Ball
Hi, On Tue, Jan 08 2013, Konstantin Dorfman wrote: > May be it is worth to change all this struct comments to be: > > u8raw_exception_status; /* EXT_CSD_EXP_EVENTS_STATUS */ > > This will reference actual offset value from "include/linux/mmc/mmc.h" I think I prefer having the literal number

RE: [PATCH] mmc: correct the EXCEPTION_EVENTS_STATUS vaule comment

2013-01-08 Thread Zhang, YiX X
-...@vger.kernel.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH] mmc: correct the EXCEPTION_EVENTS_STATUS vaule comment May be it is worth to change all this struct comments to be: u8 raw_exception_status; /* EXT_CSD_EXP_EVENTS_STATUS */ This will reference actual offset value from

Re: [PATCH] mmc: correct the EXCEPTION_EVENTS_STATUS vaule comment

2013-01-08 Thread Konstantin Dorfman
te: From aaea3405944d844f53679b295d4082584f33d9a3 Mon Sep 17 00:00:00 2001 From: ZhangYi Date: Tue, 8 Jan 2013 13:50:09 +0800 Subject: [PATCH] mmc: correct the EXCEPTION_EVENTS_STATUS vaule comment The right value is 54 according to eMMC 4.5 specification. Signed-off-by: ZhangYi --- include/linux/mmc/card.h |2 +- 1 files

[PATCH] mmc: correct the EXCEPTION_EVENTS_STATUS vaule comment

2013-01-07 Thread Zhang, YiX X
>From aaea3405944d844f53679b295d4082584f33d9a3 Mon Sep 17 00:00:00 2001 From: ZhangYi Date: Tue, 8 Jan 2013 13:50:09 +0800 Subject: [PATCH] mmc: correct the EXCEPTION_EVENTS_STATUS vaule comment The right value is 54 according to eMMC 4.5 specification. Signed-off-by: ZhangYi --- incl