tmio_mmc: fix compilation with debug enabled
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Acked-by: Ian Molton <spyro@f2s.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
parent
bef69ea0dc
commit
fe246eb0b7
1 changed files with 2 additions and 2 deletions
|
@ -159,10 +159,10 @@ static inline void tmio_mmc_kunmap_atomic(struct tmio_mmc_host *host,
|
|||
#define STATUS_TO_TEXT(a) \
|
||||
do { \
|
||||
if (status & TMIO_STAT_##a) \
|
||||
printf(#a); \
|
||||
printk(#a); \
|
||||
} while (0)
|
||||
|
||||
void debug_status(u32 status)
|
||||
void pr_debug_status(u32 status)
|
||||
{
|
||||
printk(KERN_DEBUG "status: %08x = ", status);
|
||||
STATUS_TO_TEXT(CARD_REMOVE);
|
||||
|
|
Loading…
Reference in a new issue