]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[SCSI] aacraid: remove un-needed references to container id (cid)
authorMark Haverkamp <markh@linux-foundation.org>
Thu, 15 Mar 2007 17:26:55 +0000 (10:26 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 20 Mar 2007 15:55:18 +0000 (10:55 -0500)
commit9e7c349c91db3a9f9ac6cd74a693c4093c7d4571
treed4c7d363f9313ab5e2699a0f0c3f4700a24831a2
parent33bb3b296207ff4f9e3b8dddb623e645ee1b8809
[SCSI] aacraid: remove un-needed references to container id (cid)

Received from Mark Salyzyn,

This little patch removes the ',cid)' container identification argument
from some of the functions. The argument is used in some cases as merely
a debug helper and thus not used, and in others, the value can be
quickly acquired from the scsi command in their single solitary use in
the procedure rather than wasting resources on passing the argument in
from above.

Signed-off-by: Mark Haverkamp <markh@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/aacraid/aachba.c