ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.
commit730616b2026838c4535c1daf9b91b118fd7caecf
authorMark de Wever <koraq@xs4all.nl>
Fri, 10 Oct 2008 20:39:17 +0000 (10 22:39 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 10 Oct 2008 20:39:17 +0000 (10 22:39 +0200)
tree50041c5785ae445cca321717478bf96c988095a3
parentf6bccf695431da0e9bd773550ae91b8cb9ffb227
ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.

The format specifier for rq->sector didn't specify the proper size and
signedness. Borislav Petkov discovered that the signedness for
rq->nr_sectors and rq->current_nr_sectors also were incorrect.

Signed-off-by: Mark de Wever <koraq@xs4all.nl>
Acked-by: Borislav Petkov <petkovbb@gmail.com>
[bart: remove trailing whitespace]
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-tape.c