mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
esas2r: Fix comment
Minor fix for a message in the driver so that it matches the function name. Signed-off-by: Marek Vasut <marex@denx.de> Cc: James Bottomley <JBottomley@Parallels.com> Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Bradley Grove <bgrove@attotech.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
dc6d2a0f97
commit
806188a43c
@ -390,7 +390,7 @@ static int esas2r_probe(struct pci_dev *pcid,
|
||||
esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev),
|
||||
"pci_enable_device() OK");
|
||||
esas2r_log_dev(ESAS2R_LOG_INFO, &(pcid->dev),
|
||||
"after pci_device_enable() enable_cnt: %d",
|
||||
"after pci_enable_device() enable_cnt: %d",
|
||||
pcid->enable_cnt.counter);
|
||||
|
||||
host = scsi_host_alloc(&driver_template, host_alloc_size);
|
||||
|
Loading…
Reference in New Issue
Block a user