scsi: lpfc: Use secs_to_jiffies() instead of msecs_to_jiffies()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 28 Apr 2025 17:16:26 +0000 (19:16 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 29 Apr 2025 01:28:36 +0000 (21:28 -0400)
commitedf147e215c6952a9300388372febe24213c83d0
tree86a3a05939d4733b47b57a27a9679036b3b71f4b
parent62b434b0db2cdc21d6fe978d24d8f84e473cb5e7
scsi: lpfc: Use secs_to_jiffies() instead of msecs_to_jiffies()

Use secs_to_jiffies() instead of msecs_to_jiffies() and avoid scaling the
timeouts to milliseconds.

No functional changes intended.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://lore.kernel.org/r/20250428171625.2499-2-thorsten.blum@linux.dev
Reviewed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_bsg.c
drivers/scsi/lpfc/lpfc_vport.c