Skip to content

Commit 9522cb0

Browse files
author
Fox Snowpatch
committed
1 parent 85ff933 commit 9522cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/powerpc/platforms/82xx/km82xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
static void __init km82xx_pic_init(void)
2929
{
30-
struct device_node *np __free(device_node);
31-
np = of_find_compatible_node(NULL, NULL, "fsl,pq2-pic");
30+
struct device_node *np __free(device_node) = of_find_compatible_node(NULL,
31+
NULL, "fsl,pq2-pic");
3232

3333
if (!np) {
3434
pr_err("PIC init: can not find cpm-pic node\n");

0 commit comments

Comments
 (0)