]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ide-tape: pass packet command in rq->cmd
authorBorislav Petkov <petkovbb@googlemail.com>
Wed, 23 Jul 2008 17:56:00 +0000 (19:56 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Wed, 23 Jul 2008 17:56:00 +0000 (19:56 +0200)
commit0014c75be31d9fa7435105afa9960374a82cc55c
treef92caeca97cf2b133e2e772d8745f57b50bb9524
parent83dd573513471c67f9cc93a88795c25a91ebf4b3
ide-tape: pass packet command in rq->cmd

Make a redundant copy of the packet command bits into rq->cmd. Later, after
all drivers have been converted, it'll be switched to use that in the
common code instead of pc->c. While at it, simplify ide_tape_create_rw_cmd.

There should be no functionality change resulting from this patch.

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