Files
android_kernel_xiaomi_sm8450/drivers/rtc
Julia Lawall 870a2761a8 rtc-at91sam9: Correct size given to memset
Memset should be given the size of the structure, not the size of the
pointer.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
type T;
T *x;
expression E;
@@

memset(x, E, sizeof(
+ *
 x))
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-03-06 11:26:47 -08:00
..
2009-09-17 09:47:24 +02:00
2009-09-23 07:39:46 -07:00
2009-02-11 14:25:36 -08:00
2009-09-23 07:39:45 -07:00
2009-02-05 12:56:46 -08:00
2009-01-06 15:59:25 -08:00
2009-09-23 07:39:43 -07:00
2009-09-23 07:39:43 -07:00
2009-04-01 08:59:24 -07:00
2010-02-02 18:11:21 -08:00
2009-09-23 07:39:43 -07:00
2008-10-20 08:52:41 -07:00
2009-09-23 07:39:43 -07:00
2009-12-16 07:19:59 -08:00
2010-03-06 11:26:46 -08:00
2009-09-23 07:39:45 -07:00
2009-04-02 01:05:32 +00:00
2009-12-15 08:53:25 -08:00
2009-09-23 07:39:43 -07:00
2009-09-23 07:39:43 -07:00
2009-12-15 08:53:25 -08:00
2008-11-21 01:24:38 -08:00
2008-11-14 16:37:54 -08:00
2009-12-14 00:26:08 +01:00
2009-12-16 07:20:00 -08:00