[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180620.075202.1458380285687445735.davem@davemloft.net>
Date: Wed, 20 Jun 2018 07:52:02 +0900 (KST)
From: David Miller <davem@...emloft.net>
To: stefan@...er.ch
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] net: hamradio: use eth_broadcast_addr
From: Stefan Agner <stefan@...er.ch>
Date: Sun, 17 Jun 2018 23:40:53 +0200
> The array bpq_eth_addr is only used to get the size of an
> address, whereas the bcast_addr is used to set the broadcast
> address. This leads to a warning when using clang:
> drivers/net/hamradio/bpqether.c:94:13: warning: variable 'bpq_eth_addr' is not
> needed and will not be emitted [-Wunneeded-internal-declaration]
> static char bpq_eth_addr[6];
> ^
>
> Remove both variables and use the common eth_broadcast_addr
> to set the broadcast address.
>
> Signed-off-by: Stefan Agner <stefan@...er.ch>
Applied.
Powered by blists - more mailing lists