Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8645291b authored by Stephen M. Cameron's avatar Stephen M. Cameron Committed by Christoph Hellwig
Browse files

hpsa: remove bad unlikely annotation from device list updating code

parent 7b2c46ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3067,7 +3067,7 @@ static void hpsa_update_scsi_devices(struct ctlr_info *h, int hostno)
		ndev_allocated++;
	}

	if (unlikely(is_scsi_rev_5(h)))
	if (is_scsi_rev_5(h))
		raid_ctlr_position = 0;
	else
		raid_ctlr_position = nphysicals + nlogicals;