ieee1394: ohci1394: proper log messages in suspend and resume
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 29 Oct 2006 18:58:25 +0000 (19:58 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 7 Dec 2006 20:32:53 +0000 (21:32 +0100)
commit5f8d17f6023ea9aca7c0063c5b472529f2664944
tree0a6c84cc5f02f35dae5488fcf1ed9db3e6559e81
parent2a3f8ad3a94c784f57958bd692428cb342ce4114
ieee1394: ohci1394: proper log messages in suspend and resume

 - correct thinko in one of my last commits: cannot use PRINT macro with
   ohci == NULL
 - add log messages on ohci == NULL and on pci_enable_device != 0
 - update log macros from patch "revert fail on error in suspend" to use
   PRINT and DBGMSG where possible

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/ohci1394.c