commit | 665db93b8a5fc6a11e2ace6b20569420a353d037 | [log] [tgz] |
---|---|---|
author | Bernhard Walle <bwalle@suse.de> | Wed Mar 28 00:49:49 2007 +0200 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun Apr 01 10:27:29 2007 -0500 |
tree | 156c0ddf6081aa31e2c16163621f389afa6b993d | |
parent | 4dfb7cbef856689caebd0f498dbd140d1b79954f [diff] |
[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 <bwalle@suse.de> Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>