From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Cc: y2038@lists.linaro.org, outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH v2] staging: gdm72xx: gdm_sdio: Replace timeval with ktime_t
Date: Wed, 10 Feb 2016 11:59:27 +0530 [thread overview]
Message-ID: <20160210062927.GE374@sudip-pc> (raw)
In-Reply-To: <20160210055217.GA4222@amitoj-Inspiron-3542>
On Wed, Feb 10, 2016 at 11:22:17AM +0530, Amitoj Kaur Chawla wrote:
> This driver uses 'struct timeval' which we are trying to remove since
> 32 bit time types will break in the year 2038. So replace it with
> 'ktime_t'.
>
> Replaced do_gettimeofday() with ktime_get() because ktime_get() returns
> a 'ktime_t' while do_gettimeofday() returns a 'struct timeval'.
>
> This patch also uses ktime_us_delta() to get the elapsed time.
>
> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
> ---
This will not apply as almost similar change has already been done by:
2bc29a1abc5c ("staging: gdm72xx: Replace timeval with ktime_t")
which tree are you using?
regards
sudip
next prev parent reply other threads:[~2016-02-10 6:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-10 5:52 [PATCH v2] staging: gdm72xx: gdm_sdio: Replace timeval with ktime_t Amitoj Kaur Chawla
2016-02-10 6:29 ` Sudip Mukherjee [this message]
2016-02-10 7:51 ` [Outreachy kernel] " Amitoj Kaur Chawla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160210062927.GE374@sudip-pc \
--to=sudipm.mukherjee@gmail.com \
--cc=amitoj1606@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
--cc=y2038@lists.linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.