On Sep 9, 2010, at 1:39 PM, Timur Tabi wrote:

> +static void p1022ds_set_monitor_port(int monitor_port)
> +{
> +     struct device_node *pixis_node;
> +     u8 __iomem *brdcfg1;
> +
> +     pixis_node = of_find_compatible_node(NULL, NULL, "fsl,fpga-pixis");
> +     if (!pixis_node) {
> +             pr_err("p1022ds: missing ngPIXIS node\n");
> +             return;
> +     }
> +

update based on change to compatible in .dts

- k

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to