[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1445019767.22921.47.camel@perches.com>
Date: Fri, 16 Oct 2015 11:22:47 -0700
From: Joe Perches <joe@...ches.com>
To: kbuild test robot <lkp@...el.com>
Cc: Arnd Bergmann <arnd@...db.de>, kbuild-all@...org,
huangdaode <huangdaode@...ilicon.com>, davem@...emloft.net,
liguozhu@...ilicon.com, Yisen.Zhuang@...wei.com,
netdev@...r.kernel.org, linuxarm@...wei.com,
salil.mehta@...wei.com, kenneth-lee-2012@...mail.com,
xuwei5@...ilicon.com, lisheng011@...wei.com,
linux-kernel@...r.kernel.org, lipeng321@...wei.com
Subject: Re: [PATCH] net: hisilicon: add OF dependency
On Sat, 2015-10-17 at 02:16 +0800, kbuild test robot wrote:
> All errors (new ones prefixed by >>):
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c: In function 'hns_dsaf_get_cfg':
> >> drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c:151:3: error: implicit declaration of function 'iounmap' [-Werror=implicit-function-declaration]
> iounmap(dsaf_dev->io_base);
> ^
> cc1: some warnings being treated as errors
>
> vim +/iounmap +151 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c
[]
> 511e6bc0 huangdaode 2015-09-17 142 if (!dma_set_mask_and_coherent(dsaf_dev->dev, DMA_BIT_MASK(64ULL)))
btw: this should be DMA_BIT_MASK(64) without the ULL
--
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