From: Bernhard Walle Date: Tue, 27 Mar 2007 22:49:49 +0000 (+0200) Subject: [SCSI] qla2xxx: Remove duplicate pci_disable_device() call X-Git-Tag: v2.6.22-rc1~1015^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=665db93b8a5fc6a11e2ace6b20569420a353d037;p=pandora-kernel.git [SCSI] qla2xxx: Remove duplicate pci_disable_device() call On the path qla2x00_probe_one() -> probe_failed -> qla2x00_free_device(), pci_disable_device() is executed twice, once in qla2x00_free_device() and once in qla2x00_probe_one(). This patch removes the unnecessary call. Signed-off-by: Bernhard Walle Acked-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed