Re: [PATCH 1/1] mmc: quirks: Fixup debug message

2014-06-16 Thread Ulf Hansson
On 20 May 2014 13:29, Alexander Stein wrote: > There is no need for an output like this: >> mmcblk mmc1:0001: calling add_quirk_mmc+0x0/0x20 > Instead use this one: >> mmcblk mmc1:0001: calling add_quirk_mmc > > Signed-off-by: Alexander Stein Thanks! Applied for next. Kind regards Uffe > --- >

Re: [PATCH 1/1] mmc: quirks: Fixup debug message

2014-06-03 Thread Alexander Stein
Any feedback in this? Thanks, Alexander On Tuesday 20 May 2014 13:29:21, Alexander Stein wrote: > There is no need for an output like this: > > mmcblk mmc1:0001: calling add_quirk_mmc+0x0/0x20 > Instead use this one: > > mmcblk mmc1:0001: calling add_quirk_mmc > > Signed-off-by: Alexander Stein

[PATCH 1/1] mmc: quirks: Fixup debug message

2014-05-20 Thread Alexander Stein
There is no need for an output like this: > mmcblk mmc1:0001: calling add_quirk_mmc+0x0/0x20 Instead use this one: > mmcblk mmc1:0001: calling add_quirk_mmc Signed-off-by: Alexander Stein --- drivers/mmc/core/quirks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mm