lkml.org 
[lkml]   [2020]   [Nov]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH net-next 1/3] ptp: idt82p33: add adjphase support
On Wed, 4 Nov 2020 11:01:47 -0500 min.li.xe@renesas.com wrote:
> From: Min Li <min.li.xe@renesas.com>
>
> Add idt82p33_adjphase() to support PHC write phase mode.
>
> Signed-off-by: Min Li <min.li.xe@renesas.com>

This appears to break the build. Each patch must build, otherwise we're
risking breaking builds when people bisect bugs with git bisect.

../drivers/ptp/ptp_idt82p33.c: In function ‘idt82p33_page_offset’:
../drivers/ptp/ptp_idt82p33.c:120:8: error: implicit declaration of function ‘_idt82p33_xfer’; did you mean ‘idt82p33_xfer’? [-Werror=implicit-function-declaration]
120 | err = _idt82p33_xfer(idt82p33, PAGE_ADDR, &val, sizeof(val), 1);
| ^~~~~~~~~~~~~~
| idt82p33_xfer
cc1: some warnings being treated as errors
make[3]: *** [drivers/ptp/ptp_idt82p33.o] Error 1
make[2]: *** [drivers/ptp] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [drivers] Error 2
make: *** [__sub-make] Error 2
../drivers/ptp/ptp_idt82p33.c: In function ‘idt82p33_page_offset’:
../drivers/ptp/ptp_idt82p33.c:120:8: error: implicit declaration of function ‘_idt82p33_xfer’; did you mean ‘idt82p33_xfer’? [-Werror=implicit-function-declaration]
120 | err = _idt82p33_xfer(idt82p33, PAGE_ADDR, &val, sizeof(val), 1);
| ^~~~~~~~~~~~~~
| idt82p33_xfer
cc1: some warnings being treated as errors
make[3]: *** [drivers/ptp/ptp_idt82p33.o] Error 1
make[2]: *** [drivers/ptp] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [drivers] Error 2
make: *** [__sub-make] Error 2

\
 
 \ /
  Last update: 2020-11-04 22:56    [W:0.088 / U:0.508 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site