mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
sfc: replace function name in string with __func__
Minor fix to existing code to make 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
bba84bf4c1
commit
7592d754c0
|
|
@ -1472,7 +1472,8 @@ static int efx_mcdi_drv_attach(struct efx_nic *efx, bool driver_operating,
|
|||
*/
|
||||
if (rc == -EPERM) {
|
||||
netif_dbg(efx, probe, efx->net_dev,
|
||||
"efx_mcdi_drv_attach with fw-variant setting failed EPERM, trying without it\n");
|
||||
"%s with fw-variant setting failed EPERM, trying without it\n",
|
||||
__func__);
|
||||
MCDI_SET_DWORD(inbuf, DRV_ATTACH_IN_FIRMWARE_ID,
|
||||
MC_CMD_FW_DONT_CARE);
|
||||
rc = efx_mcdi_rpc_quiet(efx, MC_CMD_DRV_ATTACH, inbuf,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user