From: Bandan Das Date: Wed, 16 Jun 2010 17:39:42 +0000 (-0400) Subject: [SCSI] mpt fusion: Cleanup some duplicate calls in mptbase.c X-Git-Tag: v2.6.36-rc1~570^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15f7fc060a7bf49991c35b23e1e7d73a1535382a;p=pandora-kernel.git [SCSI] mpt fusion: Cleanup some duplicate calls in mptbase.c In mpt_detach, call to pci_set_drvdata is redundant because it has already been called in mpt_adapter_disable. In mpt_attach, ioc->pcidev is set to pdev two times. Signed-off-by: Bandan Das Acked-by: "Desai, Kashyap" Signed-off-by: James Bottomley --- Reading git-diff-tree failed