kernel-ark/arch/mips/alchemy
Julia Lawall 2bd2dd059c MIPS: Alchemy: Change strict_strtol to strict_strtoul
Since memsize is unsigned, it would seem better to use strict_strtoul that
strict_strtol.

A simplified version of the semantic patch that makes this change is as
follows: (http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@s2@
long e;
position p;
@@

strict_strtol@p(...,&e)

@@
position p != s2.p;
type T;
T e;
@@

- strict_strtol@p
+ strict_strtoul
  (...,&e)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-01-11 09:57:19 +00:00
..
common
db1x00 MIPS: Alchemy: Change strict_strtol to strict_strtoul 2009-01-11 09:57:19 +00:00
mtx-1 MIPS: Alchemy: Change strict_strtol to strict_strtoul 2009-01-11 09:57:19 +00:00
pb1000 MIPS: Alchemy: Change strict_strtol to strict_strtoul 2009-01-11 09:57:19 +00:00
pb1100 MIPS: Alchemy: Change strict_strtol to strict_strtoul 2009-01-11 09:57:19 +00:00
pb1200 MIPS: Alchemy: Change strict_strtol to strict_strtoul 2009-01-11 09:57:19 +00:00
pb1500 MIPS: Alchemy: Change strict_strtol to strict_strtoul 2009-01-11 09:57:19 +00:00
pb1550 MIPS: Alchemy: Change strict_strtol to strict_strtoul 2009-01-11 09:57:19 +00:00
xxs1500 MIPS: Alchemy: Change strict_strtol to strict_strtoul 2009-01-11 09:57:19 +00:00
Kconfig