From: Geert Uytterhoeven <ge...@linux-m68k.org> Date: Thu, 6 Jul 2017 10:34:54 +0200
> With gcc 4.1.2: > > drivers/ptp/ptp_dte.c: In function ‘dte_write_nco_delta’: > drivers/ptp/ptp_dte.c:105: warning: integer constant is too large for > ‘long’ type > drivers/ptp/ptp_dte.c:112: warning: integer constant is too large for > ‘long’ type > drivers/ptp/ptp_dte.c:114: warning: integer constant is too large for > ‘long’ type > > Add the missing "LL" suffix to fix this. > > Fixes: 8a56aa107f1e8123 ("ptp: Add a ptp clock driver for Broadcom DTE") > Signed-off-by: Geert Uytterhoeven <ge...@linux-m68k.org> Applied, thanks.