[POWERPC] Fix pmac_zilog debug arg
drivers/serial/pmac_zilog.c:1590: warning: format '%d' expects type 'int', but argument 3 has type 'pm_message_t' Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
00efee7d5d
commit
aa0154290f
1 changed files with 1 additions and 1 deletions
|
@ -1587,7 +1587,7 @@ static int pmz_suspend(struct macio_dev *mdev, pm_message_t pm_state)
|
|||
if (pm_state.event == mdev->ofdev.dev.power.power_state.event)
|
||||
return 0;
|
||||
|
||||
pmz_debug("suspend, switching to state %d\n", pm_state);
|
||||
pmz_debug("suspend, switching to state %d\n", pm_state.event);
|
||||
|
||||
state = pmz_uart_reg.state + uap->port.line;
|
||||
|
||||
|
|
Loading…
Reference in a new issue