diff options
Diffstat (limited to 'drivers/net/ethernet/cisco/enic/enic_pp.c')
| -rw-r--r-- | drivers/net/ethernet/cisco/enic/enic_pp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/ethernet/cisco/enic/enic_pp.c b/drivers/net/ethernet/cisco/enic/enic_pp.c index e6a83198c3dd..80f46dbd5117 100644 --- a/drivers/net/ethernet/cisco/enic/enic_pp.c +++ b/drivers/net/ethernet/cisco/enic/enic_pp.c @@ -73,9 +73,9 @@ static int enic_set_port_profile(struct enic *enic, int vf)  	struct vic_provinfo *vp;  	const u8 oui[3] = VIC_PROVINFO_CISCO_OUI;  	const __be16 os_type = htons(VIC_GENERIC_PROV_OS_TYPE_LINUX); +	const u8 *client_mac;  	char uuid_str[38];  	char client_mac_str[18]; -	u8 *client_mac;  	int err;  	ENIC_PP_BY_INDEX(enic, vf, pp, &err); |