From: Arnd Bergmann <[email protected]> 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 <[email protected]> Applied with subject typo fixed, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
