On Thu, Nov 5, 2015 at 5:11 AM, Arnd Bergmann arnd@arndb.de wrote:
On Wednesday 04 November 2015 23:47:03 Amitoj Kaur Chawla wrote:
32 bit systems using 'struct timeval' will break in the year 2038, so we modify the code appropriately.
This patch removes the function bfa_get_log_time() which is only used to get current time in seconds. bfa_get_log_time() is replaced with ktime_get_real_seconds() which returns a 64 bit value.
Signed-off-by: Amitoj Kaur Chawla amitoj1606@gmail.com
Looks good. Please remember to put the outreachy mailing list on Cc as well for those patches.
You can post this patch to the maintainers for the driver now.
arnd
Since Julia and Greg both mentioned not sending patches on the outreachy mailing list anymore I didn't send these there.
If you think I should, I will take care of it next time.
Also I'll correct the second patch in this series and send the series to the maintainer after you feel the second is correct since the second patch is changing the same file.