Re: [PATCH v12 3/6] fpga: add simple-fpga-bus
From: atull <hidden>
Date: 2015-10-28 15:46:37
Also in:
lkml
From: atull <hidden>
Date: 2015-10-28 15:46:37
Also in:
lkml
On Wed, 28 Oct 2015, Steffen Trumtrar wrote:
quoted
+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