On Mon, Oct 16, 2023 at 11:24:14AM +0200, Hannes Reinecke wrote: > When breaking out of a shost_for_each_device() loop one need to do > an explicit scsi_device_put(). And while at it convert to use > shost_priv() instead of a direct reference to ->hostdata. While both part of the patch looks good, mixing these totally unrelated bits doesn't seem like a good idea.