On Nov 14, 2016, at 8:03 AM, Andrew Turner <and...@freebsd.org> wrote:
> 
> Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c
...
>               if (sc->height == 0) {
>                       if ((OF_getprop(display, "broadcom,height", 
>                           &cell, sizeof(cell))) > 0)
> -                             sc->height = (int)fdt32_to_cpu(cell);
> +                             sc->height = cell;
>               }
>       }

Looks like you missed an OF_getprop -> OF_getencprop here.

Cheers,
Jared
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to