Commit 742a4c49 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

Merge branch 'remotes/lorenzo/pci/tools'

- Zero-initialize pcitest param to avoid random "-d" setting (Shunyong
  Yang)

* remotes/lorenzo/pci/tools:
  tools: PCI: Zero-initialize param
parents e3c825c9 224d8031
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ struct pci_test {

static int run_test(struct pci_test *test)
{
	struct pci_endpoint_test_xfer_param param;
	struct pci_endpoint_test_xfer_param param = {};
	int ret = -EINVAL;
	int fd;