[SCSI] use scmd_id(), scmd_channel() throughout code
authorJeff Garzik <jgarzik@pobox.com>
Mon, 24 Oct 2005 22:05:09 +0000 (18:05 -0400)
committerJames Bottomley <jejb@mulgrave.(none)>
Sat, 29 Oct 2005 02:10:16 +0000 (21:10 -0500)
Wrap a highly common idiom.  Makes the code easier to read, helps pave
the way for sdev->{id,channel} removal, and adds a token that can easily
by grepped-for in the future.

There are a couple sdev_id() and scmd_printk() updates thrown in as well.

Rejections fixed up and
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found