diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc64/kernel/of_device.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/of_device.c b/arch/sparc64/kernel/of_device.c index 5c4fbc23aeea..ef05d14bd7f1 100644 --- a/arch/sparc64/kernel/of_device.c +++ b/arch/sparc64/kernel/of_device.c | |||
@@ -401,8 +401,7 @@ static int __init build_one_resource(struct device_node *parent, | |||
401 | int na, int ns, int pna) | 401 | int na, int ns, int pna) |
402 | { | 402 | { |
403 | const u32 *ranges; | 403 | const u32 *ranges; |
404 | unsigned int rlen; | 404 | int rone, rlen; |
405 | int rone; | ||
406 | 405 | ||
407 | ranges = of_get_property(parent, "ranges", &rlen); | 406 | ranges = of_get_property(parent, "ranges", &rlen); |
408 | if (ranges == NULL || rlen == 0) { | 407 | if (ranges == NULL || rlen == 0) { |