commit | 43a2b5b29385a3e0997a47c86f286d3645e5cb44 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Jul 15 21:21:52 2008 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Jul 15 21:21:52 2008 +0200 |
tree | f590ec553fc54db04bdf3178518c52196bee304e | |
parent | c8c51129805c0efb32f34afd3af8fe94f5757363 [diff] |
ide-scsi: add debug_log() macro Add debug_log() macro and convert the driver to use it. [ This makes debug messages to be always prefixed with "ide-scsi: " and use KERN_INFO level. ] While at it: * Change "DMA complete" debug message to "DMA finished" to match other ATAPI device drivers. * Use __func__. Cc: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>