mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	scsi: qla2xxx: Log PCI address in qla_nvme_unregister_remote_port()
Pass in fcport->vha to ql_log() in order to add the PCI address to the log. Currently NULL is passed in which gives this confusing log entry: > qla2xxx [0000:00:00.0]-2112: : qla_nvme_unregister_remote_port: unregister remoteport on 0000000009d6a2e9 50000973981648c7 Link: https://lore.kernel.org/r/20210531122444.116655-1-dwagner@suse.de Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com> Signed-off-by: Daniel Wagner <dwagner@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
		
							parent
							
								
									f9c602f3bd
								
							
						
					
					
						commit
						27c707b146
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -671,7 +671,7 @@ void qla_nvme_unregister_remote_port(struct fc_port *fcport) | |||
| 	if (!IS_ENABLED(CONFIG_NVME_FC)) | ||||
| 		return; | ||||
| 
 | ||||
| 	ql_log(ql_log_warn, NULL, 0x2112, | ||||
| 	ql_log(ql_log_warn, fcport->vha, 0x2112, | ||||
| 	    "%s: unregister remoteport on %p %8phN\n", | ||||
| 	    __func__, fcport, fcport->port_name); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Daniel Wagner
						Daniel Wagner