Re: [PATCH v12 3/6] fpga: add simple-fpga-bus

From: atull
Date: Wed Oct 28 2015 - 11:46:40 EST


On Wed, 28 Oct 2015, Steffen Trumtrar wrote:

> > +static int simple_fpga_bus_probe(struct platform_device *pdev)
> > +{
> > + struct device *dev = &pdev->dev;
> > + struct device_node *np = dev->of_node;
> > + struct simple_fpga_bus *priv;
> > + struct fpga_manager *mgr;
> > + int ret;
> > +
> > + pr_err("%s line %d\n", __func__, __LINE__);
>
> Debugging residue, I guess, please remove.

OK

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/