Typo while reviewing diffs. Sorry for the breakage!

This commit is contained in:
nwhitehorn 2013-10-23 19:56:13 +00:00
parent 7edc0c6a5c
commit 20307fd9d3

View File

@ -638,7 +638,7 @@ platform_gpio_init(void)
* contain a ref. to a node defining GPIO
* controller.
*/
ctrl = OF_xref_handle(fdt32_to_cpu(gpios[0]));
ctrl = OF_xref_phandle(fdt32_to_cpu(gpios[0]));
if (fdt_is_compatible(ctrl, e->compat))
/* Call a handler. */