Re: [PATCH v1 06/14] nvmem: core: introduce NVMEM layouts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 2022-08-25 23:44, schrieb Michael Walle:

+struct nvmem_layout {
+	const char *name;
+	const struct of_device_id *of_match_table;
+ int (*add_cells)(struct nvmem_device *nvmem, struct nvmem_layout *layout);

This must be:
int (*add_cells)(struct device *dev, struct nvmem_device *nvmem, struct nvmem_layout *layout);

+	struct list_head node;
+};
+



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux