Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1543577
| From | Stuart Yoder <stuart.yoder@nxp.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH v4 5/8] bus: fsl-mc: dpio: add QBMan portal APIs for DPAA2 |
| Date | 2016-12-16 17:40 +0100 |
| Message-ID | <sP3I5-65D-5@gated-at.bofh.it> (permalink) |
| References | <sOVAR-ya-9@gated-at.bofh.it> <sOVAR-ya-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> -----Original Message-----
> From: kbuild test robot [mailto:lkp@intel.com]
> Sent: Friday, December 16, 2016 1:57 AM
> To: Stuart Yoder <stuart.yoder@nxp.com>
> Cc: kbuild-all@01.org; gregkh@linuxfoundation.org; devel@driverdev.osuosl.org; agraf@suse.de;
> arnd@arndb.de; Haiying Wang <haiying.wang@nxp.com>; Roy Pledge <roy.pledge@nxp.com>; linux-
> kernel@vger.kernel.org; Leo Li <leoyang.li@nxp.com>; Catalin Horghidan <catalin.horghidan@nxp.com>;
> Ioana Ciornei <ioana.ciornei@nxp.com>; Stuart Yoder <stuart.yoder@nxp.com>; Laurentiu Tudor
> <laurentiu.tudor@nxp.com>
> Subject: Re: [PATCH v4 5/8] bus: fsl-mc: dpio: add QBMan portal APIs for DPAA2
>
> Hi Roy,
>
> [auto build test ERROR on staging/staging-testing]
> [also build test ERROR on next-20161215]
> [cannot apply to v4.9]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2F0day-
> ci%2Flinux%2Fcommits%2FStuart-Yoder%2Fstaging-fsl-mc-add-dpio-driver%2F20161216-
> 114620&data=01%7C01%7Cstuart.yoder%40nxp.com%7C0eec622fda6c4ba7b20808d425893386%7C686ea1d3bc2b4c6fa92cd9
> 9c5c301635%7C0&sdata=3DcsmOyC%2FMv%2B8A1n%2Fzq%2FWIxSsP3EjA%2F2XLyKTkvbRSA%3D&reserved=0
> config: arm64-allmodconfig (attached as .config)
> compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
> reproduce:
> wget
> https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fcgit%2Flinux%2Fkerne
> l%2Fgit%2Fwfg%2Flkp-
> tests.git%2Fplain%2Fsbin%2Fmake.cross&data=01%7C01%7Cstuart.yoder%40nxp.com%7C0eec622fda6c4ba7b20808d425
> 893386%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0&sdata=tKbhJjq7jjDBYPLhMB%2FfnR1t%2BKEffwh8mZb7leKtxF4%3D&r
> eserved=0 -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # save the attached .config to linux build tree
> make.cross ARCH=arm64
>
> All errors (new ones prefixed by >>):
>
> >> drivers/staging/fsl-mc/bus/dpio/qbman-portal.c:996:10: error: expected declaration specifiers or
> '...' before numeric constant
> 64 ctx)
> ^~
>
> vim +996 drivers/staging/fsl-mc/bus/dpio/qbman-portal.c
>
> 990 u16 ch;
> 991 u8 reserved[60];
> 992 };
> 993
> 994 int qbman_swp_CDAN_set(struct qbman_swp *s, u16 channelid,
> 995 u8 we_mask, u8 cdan_en,
> > 996 64 ctx)
> 997 {
> 998 struct qbman_cdan_ctrl_desc *p = NULL;
> 999 struct qbman_cdan_ctrl_rslt *r = NULL;
Ugh...made a last minute fix to the alignment and made a typo, and
while I could have sworn I recompiled everything I obviously didn't.
Will respin.
Stuart
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
RE: [PATCH v4 5/8] bus: fsl-mc: dpio: add QBMan portal APIs for DPAA2 Stuart Yoder <stuart.yoder@nxp.com> - 2016-12-16 17:40 +0100
csiph-web