Typo while reviewing diffs. Sorry for the breakage!

This commit is contained in:
Nathan Whitehorn 2013-10-23 19:56:13 +00:00
parent 5fbb683079
commit e3bb91c23f

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. */