Typo while reviewing diffs. Sorry for the breakage!
This commit is contained in:
parent
7edc0c6a5c
commit
20307fd9d3
@ -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…
x
Reference in New Issue
Block a user