[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20151008.045511.183579883465246367.davem@davemloft.net>
Date: Thu, 08 Oct 2015 04:55:11 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: netdev@...r.kernel.org, huangdaode@...ilicon.com,
liguozhu@...wei.com, Yisen.Zhuang@...wei.com
Subject: Re: [PATCH] net: nhs: fix 32-bit build warning
From: Arnd Bergmann <arnd@...db.de>
Date: Tue, 06 Oct 2015 23:53:57 +0200
> The recently added hns driver causes a build warning in ARM
> allmodconfig builds:
>
> drivers/net/ethernet/hisilicon/hns/hnae.c: In function 'handles_show':
> drivers/net/ethernet/hisilicon/hns/hnae.c:452:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
> j, (u64)h->qs[i]->io_base);
> ^
>
> This removes the pointless cast and prints the pointer address using
> the "%p" format string in all three locations.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Applied with subject typo fixed, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists