]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/3w-9xxx.c
[SCSI] 3w-9xxx, 3w-xxxx: memset not needed in probe
[linux-2.6-omap-h63xx.git] / drivers / scsi / 3w-9xxx.c
index fa922f80635717749e4cf3f74a0344babd8232a6..51c3ebf1c7d11ecfe93bb1a68c15839e373508ea 100644 (file)
@@ -2025,8 +2025,6 @@ static int __devinit twa_probe(struct pci_dev *pdev, const struct pci_device_id
        }
        tw_dev = (TW_Device_Extension *)host->hostdata;
 
-       memset(tw_dev, 0, sizeof(TW_Device_Extension));
-
        /* Save values to device extension */
        tw_dev->host = host;
        tw_dev->tw_pci_dev = pdev;