]> Git Repo - linux.git/blobdiff - drivers/scsi/hpsa.c
drm: exynos: dsi: Use drm panel_bridge API
[linux.git] / drivers / scsi / hpsa.c
index cdf3328cc065862ba6bfd8c1a536ad41b153ff93..a47bcce3c9c78dc1b4c5d31b18f3672f6dffb962 100644 (file)
@@ -4354,7 +4354,6 @@ static void hpsa_update_scsi_devices(struct ctlr_info *h)
        int i, ndevs_to_allocate;
        int raid_ctlr_position;
        bool physical_device;
-       DECLARE_BITMAP(lunzerobits, MAX_EXT_TARGETS);
 
        currentsd = kcalloc(HPSA_MAX_DEVICES, sizeof(*currentsd), GFP_KERNEL);
        physdev_list = kzalloc(sizeof(*physdev_list), GFP_KERNEL);
@@ -4368,7 +4367,6 @@ static void hpsa_update_scsi_devices(struct ctlr_info *h)
                dev_err(&h->pdev->dev, "out of memory\n");
                goto out;
        }
-       memset(lunzerobits, 0, sizeof(lunzerobits));
 
        h->drv_req_rescan = 0; /* cancel scheduled rescan - we're doing it. */
 
This page took 0.036925 seconds and 4 git commands to generate.