Typo while reviewing diffs. Sorry for the breakage!
This commit is contained in:
parent
5fbb683079
commit
e3bb91c23f
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user