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 <alexander.stein@xxxxxxxxxxxxxxxxxxxxx> > --- > drivers/mmc/core/quirks.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/core/quirks.c b/drivers/mmc/core/quirks.c > index 6c36fcc..dd1d1e0 100644 > --- a/drivers/mmc/core/quirks.c > +++ b/drivers/mmc/core/quirks.c > @@ -91,7 +91,7 @@ void mmc_fixup_device(struct mmc_card *card, const struct mmc_fixup *table) > (f->cis_device == card->cis.device || > f->cis_device == (u16) SDIO_ANY_ID) && > rev >= f->rev_start && rev <= f->rev_end) { > - dev_dbg(&card->dev, "calling %pF\n", f->vendor_fixup); > + dev_dbg(&card->dev, "calling %pf\n", f->vendor_fixup); > f->vendor_fixup(card, f->data); > } > } > -- Dipl.-Inf. Alexander Stein SYS TEC electronic GmbH Am Windrad 2 08468 Heinsdorfergrund Tel.: 03765 38600-1156 Fax: 03765 38600-4100 Email: alexander.stein@xxxxxxxxxxxxxxxxxxxxx Website: www.systec-electronic.com Managing Director: Dipl.-Phys. Siegmar Schmidt Commercial registry: Amtsgericht Chemnitz, HRB 28082 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html