]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/ide/ide-floppy.c
ide-floppy: cleanup and unify debugging macro calls
authorBorislav Petkov <bbpetkov@yahoo.de>
Sat, 2 Feb 2008 18:56:34 +0000 (19:56 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sat, 2 Feb 2008 18:56:34 +0000 (19:56 +0100)
commitbcc77d9cc12f5fd3e54ea01a6ef8f09e4d7b54a8
treeddcffd7ebfb3b138a5e6fbd07524a3a36661740a
parent7e8b163b253499c6c82f921f8cb5b85e9431518c
ide-floppy: cleanup and unify debugging macro calls

* some debug_log() calls were not using "ide-floppy: " prefix

* a few used printk levels different than KERN_INFO (KERN_NOTICE
  and KERN_ERR, which is the default one if no level is given)

Bart:
- fix build issues for IDEFLOPPY_DEBUG_LOG set to 1 while at it
- s/__FUNCTION__/__func__/

Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-floppy.c