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. */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to