[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160106.000112.1783241133330740168.davem@davemloft.net>
Date: Wed, 06 Jan 2016 00:01:12 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
yisen.zhuang@...wei.com, yankejian@...wei.com,
lisheng011@...wei.com, huangdaode@...ilicon.com,
salil.mehta@...wei.com, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] net: hns: avoid uninitialized variable warning:
From: Arnd Bergmann <arnd@...db.de>
Date: Fri, 01 Jan 2016 23:27:57 +0100
> gcc fails to see that the use of the 'last_offset' variable
> in hns_nic_reuse_page() is used correctly and issues a bogus
> warning:
>
> drivers/net/ethernet/hisilicon/hns/hns_enet.c: In function 'hns_nic_reuse_page':
> drivers/net/ethernet/hisilicon/hns/hns_enet.c:541:6: warning: 'last_offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
>
> This simplifies the function to make it more obvious what is
> going on to both readers and compilers, which makes the warning
> go away.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists