On Nov 14, 2016, at 8:03 AM, Andrew Turner <[email protected]> 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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to