milan-avb: get-set name: removing unused var

This commit is contained in:
hackerman-kl 2026-01-09 12:56:50 +00:00 committed by Wim Taymans
parent d3a5b352b2
commit e7f1a8f55d

View file

@ -71,7 +71,6 @@ static int send_unsol_name(struct aecp *aecp,
const struct avb_packet_aecp_aem *p, const void *msg, int len)
{
uint8_t unsol_buf[512];
struct avb_ethernet_header *h_unsol = (void*)unsol_buf;
struct aecp_aem_base_info info = { 0 };
memcpy(unsol_buf, msg, len);