Re: [PATCH v13 4/6] fpga: add fpga bridge framework

From: atull
Date: Fri Nov 20 2015 - 10:15:50 EST


On Thu, 19 Nov 2015, Moritz Fischer wrote:

> Hi Alan,
>
> while trying to implement something that works for Zynq along these lines
> I stumbled upon some minor stuff.
>
> On Tue, Nov 3, 2015 at 9:11 AM, <atull@xxxxxxxxxxxxxxxxxxxxx> wrote:
>
> > + * Return: 0 on success, negative error code otherwise.
> > + */
> > +int fpga_bridge_register(struct device *dev, const char *name,
> > + struct fpga_bridge_ops *br_ops, void *priv)
>
> const struct fpga_bridge_ops
>
> > +int fpga_bridge_register(struct device *dev, const char *name,
> > + struct fpga_bridge_ops *br_ops, void *priv);
> const struct fpga_bridge_ops
>
> Cheers,
>
> Moritz
>

Hi Moritz,

Thanks!

Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/