diff options
author | Sergei Shtylylov <sshtylyov@ru.mvista.com> | 2008-10-13 21:39:30 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-10-13 21:39:30 +0200 |
commit | 9b5a18e19f8c610c270ee9a0ba03177d737f6aa5 (patch) | |
tree | 0919d07d5767fe06cb2034515c1a23c0c44579c6 /drivers/ide/ide-floppy.c | |
parent | aa95f0e76571dc1b067d2839c11f2e5589d063d7 (diff) | |
download | talos-op-linux-9b5a18e19f8c610c270ee9a0ba03177d737f6aa5.tar.gz talos-op-linux-9b5a18e19f8c610c270ee9a0ba03177d737f6aa5.zip |
sgiioc4: fix messages
Fix several issues with the log messages printed by ide_dma_sgiioc4() and
sgiioc4_ide_setup_pci_device():
- IOC4 registers are memory-mapped but the "BM-DMA at" format corresponds to
I/O mapped registers;
- "%p" format specifiers and type casts used to print non-pointer values;
- using KERN_INFO log level for the error message;
- 'hwif->name' printed as drive's name.
While at it, also:
- return more fitting -EBUSY if request_mem_region() fails;
- make the error message style consistent;
- fix indentation, put the printk() facility and message on the same line;
- use comparisions with NULL instead of ! operator..
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: jeremy@sgi.com
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-floppy.c')
0 files changed, 0 insertions, 0 deletions