commit | 996983b75cebb1bc1c2c545f20336f24ebfa17af | [log] [tgz] |
---|---|---|
author | Kyle Moffett <Kyle.D.Moffett@boeing.com> | Fri Dec 02 06:28:02 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Dec 07 13:43:07 2011 +1100 |
tree | ba137847233819cf043ef441420cf6e134ba557c | |
parent | e7a98675caf272a11dc1012c7a8c6c00cab09f5b [diff] |
powerpc/mpic: Search for open-pic device-tree node if NULL Almost all PowerPC platforms use a standard "open-pic" device node so the mpic_alloc() function now accepts NULL for the device-node. This will cause it to perform a default search with of_find_matching_node(). Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>