mirror of https://github.com/hak5/openwrt.git
parent
0efffbaf30
commit
1349562f8d
|
@ -436,8 +436,6 @@ static int vlynq_probe(struct platform_device *pdev)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
memset(dev, 0, sizeof(struct vlynq_device));
|
|
||||||
|
|
||||||
dev->id = pdev->id;
|
dev->id = pdev->id;
|
||||||
dev->dev.bus = &vlynq_bus_type;
|
dev->dev.bus = &vlynq_bus_type;
|
||||||
dev->dev.parent = &pdev->dev;
|
dev->dev.parent = &pdev->dev;
|
||||||
|
|
Loading…
Reference in New Issue