]> git.baikalelectronics.ru Git - kernel.git/commit
ide-tape: refactor the debug logging facility
authorBorislav Petkov <petkovbb@googlemail.com>
Wed, 6 Feb 2008 01:57:51 +0000 (02:57 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Wed, 6 Feb 2008 01:57:51 +0000 (02:57 +0100)
commitaadd1bb9297008ab7907c2b451b48b1baa9f43ea
treed39926bdd1e54a05dcf8a67d833c8a1d931302ee
parent9dc97724dd1089cd84c6cc570ca2504822f07574
ide-tape: refactor the debug logging facility

Teach the debug logging macro to differentiate between log levels based on the
type of debug level enabled specifically instead of a threshold-based one.
Thus, convert tape->debug_level to a bitmask that is written to over /proc.

Also,
- cleanup and simplify the debug macro thus removing a lot of code lines,
- get rid of unused debug levels,
- adjust the loglevel at several places where it was simply missing (e.g.
  idetape_chrdev_open())
- move the tape ptr initialization up in idetape_chrdev_open() so that we can
  use it in the debug_log macro earlier in the function.

Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-tape.c