Re: [PATCH] mmc: name mmc queue thread by host index

2010-09-30 Thread Chris Ball
Hi Ethan, On Mon, Sep 27, 2010 at 10:22:20AM +0800, Ethan Du wrote: > Usually there are multiple mmc host controllers, rename mmc queue thread > by host index, so we can easily identify which controller it belongs to > > Signed-off-by: Ethan Du > --- > drivers/mmc/card/queue.c |3 ++- > 1 f

Re: [PATCH] MMC: name mmc queue thread by host index

2010-09-29 Thread Ethan Du
Anyone interested? It always takes time to identify a problem with several processes all named mmcqd there On Sun, Sep 26, 2010 at 4:34 PM, Ethan Du wrote: > Usually there are multiple mmc host controllers, rename mmc queue thread >     by host index, so we can easily identify which controller it

[PATCH] mmc: name mmc queue thread by host index

2010-09-26 Thread Ethan Du
Usually there are multiple mmc host controllers, rename mmc queue thread by host index, so we can easily identify which controller it belongs to Signed-off-by: Ethan Du --- drivers/mmc/card/queue.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/card/queue.