All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: wilc1000: Remove typedef
@ 2015-09-29 15:15 Ksenija Stanojevic
  2015-09-29 15:35 ` [Y2038] " Arnd Bergmann
  2015-09-29 16:18 ` [Outreachy kernel] " Sudip Mukherjee
  0 siblings, 2 replies; 4+ messages in thread
From: Ksenija Stanojevic @ 2015-09-29 15:15 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: y2038, Ksenija Stanojevic

WILC_Time is not used and also time_t is not y2038 safe, therefore remove it.
Also remove comment refering to it.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
---
 drivers/staging/wilc1000/wilc_platform.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/wilc1000/wilc_platform.h b/drivers/staging/wilc1000/wilc_platform.h
index 1e56973..83f309d 100644
--- a/drivers/staging/wilc1000/wilc_platform.h
+++ b/drivers/staging/wilc1000/wilc_platform.h
@@ -33,8 +33,6 @@ typedef struct __MessageQueue_struct {
 
 
 
-/*Time represented in 64 bit format*/
-typedef time_t WILC_Time;
 
 
 /*******************************************************************
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Y2038] [PATCH] Staging: wilc1000: Remove typedef
  2015-09-29 15:15 [PATCH] Staging: wilc1000: Remove typedef Ksenija Stanojevic
@ 2015-09-29 15:35 ` Arnd Bergmann
  2015-09-29 16:18 ` [Outreachy kernel] " Sudip Mukherjee
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-09-29 15:35 UTC (permalink / raw)
  To: y2038; +Cc: Ksenija Stanojevic, outreachy-kernel

On Tuesday 29 September 2015 17:15:01 Ksenija Stanojevic wrote:
> WILC_Time is not used and also time_t is not y2038 safe, therefore remove it.
> Also remove comment refering to it.
> 
> Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
> 

Reviewed-by: Arnd Bergmann <arnd@arndb.de>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Outreachy kernel] [PATCH] Staging: wilc1000: Remove typedef
  2015-09-29 15:15 [PATCH] Staging: wilc1000: Remove typedef Ksenija Stanojevic
  2015-09-29 15:35 ` [Y2038] " Arnd Bergmann
@ 2015-09-29 16:18 ` Sudip Mukherjee
  2015-09-29 16:28   ` Ksenija Stanojević
  1 sibling, 1 reply; 4+ messages in thread
From: Sudip Mukherjee @ 2015-09-29 16:18 UTC (permalink / raw)
  To: Ksenija Stanojevic; +Cc: outreachy-kernel, y2038

On Tue, Sep 29, 2015 at 05:15:01PM +0200, Ksenija Stanojevic wrote:
> WILC_Time is not used and also time_t is not y2038 safe, therefore remove it.
> Also remove comment refering to it.
> 
> Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
> ---
This has already been done by 62f463a89242 ("staging: wilc1000: remove WILC_TIME typedef").
Please base your patches on staging tree.

regards
sudip


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Outreachy kernel] [PATCH] Staging: wilc1000: Remove typedef
  2015-09-29 16:18 ` [Outreachy kernel] " Sudip Mukherjee
@ 2015-09-29 16:28   ` Ksenija Stanojević
  0 siblings, 0 replies; 4+ messages in thread
From: Ksenija Stanojević @ 2015-09-29 16:28 UTC (permalink / raw)
  To: Sudip Mukherjee; +Cc: outreachy-kernel, y2038

On Tue, Sep 29, 2015 at 6:18 PM, Sudip Mukherjee
<sudipm.mukherjee@gmail.com> wrote:
> On Tue, Sep 29, 2015 at 05:15:01PM +0200, Ksenija Stanojevic wrote:
>> WILC_Time is not used and also time_t is not y2038 safe, therefore remove it.
>> Also remove comment refering to it.
>>
>> Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
>> ---
> This has already been done by 62f463a89242 ("staging: wilc1000: remove WILC_TIME typedef").
> Please base your patches on staging tree.

Thanks for letting me know I've done this patch yesterday and rebased
my repository then.
I'll it do it again.

Ksenija

> regards
> sudip


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-29 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-29 15:15 [PATCH] Staging: wilc1000: Remove typedef Ksenija Stanojevic
2015-09-29 15:35 ` [Y2038] " Arnd Bergmann
2015-09-29 16:18 ` [Outreachy kernel] " Sudip Mukherjee
2015-09-29 16:28   ` Ksenija Stanojević

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.