On 19 July 2011 03:31, Chris Ball <c...@laptop.org> wrote:
> Did you consider just:
>
>        pr_debug("%s: %s: powering down\n", mmc_hostname(host), __func__);
>
> which gets you the same CONFIG_MMC_DEBUG semantics?  (The messages will
> be at the debug loglevel rather than info, but that sounds right to me.)

I did, and that would probably be fine (assuming that CONFIG_MMC_DEBUG
would actually turn it on? I can't see where that would happen), but I
was trying to make it a bit more prominent and appear the same as the
debug message from mmc_rescan_try_freq() which does it in this way.

Daniel
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to