From: Borislav Petkov Date: Wed, 23 Jul 2008 17:56:00 +0000 (+0200) Subject: ide-tape: pass packet command in rq->cmd X-Git-Tag: v2.6.27-rc1~854^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0014c75be31d9fa7435105afa9960374a82cc55c;p=pandora-kernel.git 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 Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed