diff options
| -rw-r--r-- | arch/arm/mach-rockchip/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/platsmp.c b/arch/arm/mach-rockchip/platsmp.c index d42a07e33482..4d827a069d49 100644 --- a/arch/arm/mach-rockchip/platsmp.c +++ b/arch/arm/mach-rockchip/platsmp.c | |||
| @@ -65,7 +65,7 @@ static struct reset_control *rockchip_get_core_reset(int cpu) | |||
| 65 | if (dev) | 65 | if (dev) |
| 66 | np = dev->of_node; | 66 | np = dev->of_node; |
| 67 | else | 67 | else |
| 68 | np = of_get_cpu_node(cpu, 0); | 68 | np = of_get_cpu_node(cpu, NULL); |
| 69 | 69 | ||
| 70 | return of_reset_control_get(np, NULL); | 70 | return of_reset_control_get(np, NULL); |
| 71 | } | 71 | } |
