Commit 3456b120 authored by Federico Vaga's avatar Federico Vaga

drv: better name for resources

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 811ca0a7
......@@ -17,11 +17,11 @@ static int fd_spec_probe(struct platform_device *pdev)
{
static struct resource fd_spec_fdt_res[] = {
{
.name = "fmc-tdc-mem",
.name = "fmc-fdelay-tdc-mem",
.flags = IORESOURCE_MEM,
},
{
.name = "fmc-tdc-irq",
.name = "fmc-fdelay-tdc-irq",
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment