sfc: Unsplit literal string.
Minor fix to existing code to later patch checkpatch clean. Signed-off-by: Jonathan Cooper <jonathan.s.cooper@amd.com> Acked-by: Martin Habets <habetsm.xilinx@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3e341d84bd
commit
bba84bf4c1
@ -1098,8 +1098,8 @@ int efx_init_io(struct efx_nic *efx, int bar, dma_addr_t dma_mask,
|
||||
efx->membase_phys = pci_resource_start(efx->pci_dev, bar);
|
||||
if (!efx->membase_phys) {
|
||||
netif_err(efx, probe, efx->net_dev,
|
||||
"ERROR: No BAR%d mapping from the BIOS. "
|
||||
"Try pci=realloc on the kernel command line\n", bar);
|
||||
"ERROR: No BAR%d mapping from the BIOS. Try pci=realloc on the kernel command line\n",
|
||||
bar);
|
||||
rc = -ENODEV;
|
||||
goto fail3;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user