Re: [PATCH] firmware: raspberrypi: Eliminate use of time_to_tm

2017-11-07 Thread Luis R. Rodriguez
On Sun, Nov 05, 2017 at 03:21:46AM +0530, Himanshu Jha wrote: > time_to_tm function is deprecated due to y2038 problem, therefore use > time64_to_tm instead. Use ./scripts/get_maintainer.pl foo.patch and resend with the respective folks addressed to as needed (To or Cc as indicated by the script).

[PATCH] firmware: raspberrypi: Eliminate use of time_to_tm

2017-11-04 Thread Himanshu Jha
time_to_tm function is deprecated due to y2038 problem, therefore use time64_to_tm instead. Signed-off-by: Himanshu Jha --- drivers/firmware/raspberrypi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/firmware/raspberrypi.c b/drivers/firmware/raspberrypi.c index