On Wed, 4 Nov 2020 11:01:47 -0500 min.li...@renesas.com wrote:
> From: Min Li <min.li...@renesas.com>
> 
> Add idt82p33_adjphase() to support PHC write phase mode.
> 
> Signed-off-by: Min Li <min.li...@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

Reply via email to