svn commit: r257015 - head/sys/arm/mv
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Wed Oct 23 19:56:13 UTC 2013
Author: nwhitehorn
Date: Wed Oct 23 19:56:13 2013
New Revision: 257015
URL: http://svnweb.freebsd.org/changeset/base/257015
Log:
Typo while reviewing diffs. Sorry for the breakage!
Modified:
head/sys/arm/mv/gpio.c
Modified: head/sys/arm/mv/gpio.c
==============================================================================
--- head/sys/arm/mv/gpio.c Wed Oct 23 19:47:03 2013 (r257014)
+++ head/sys/arm/mv/gpio.c Wed Oct 23 19:56:13 2013 (r257015)
@@ -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. */
More information about the svn-src-all
mailing list