On Mon, 16 Dec 2024 12:30:12 +0100 Thomas Weißschuh wrote: > - .read = qlcnic_sysfs_read_pci_config, > - .write = NULL, > + .read_new = qlcnic_sysfs_read_pci_config, > + .write_new = NULL, Please delete the NULL assignment instead.
On Mon, 16 Dec 2024 12:30:12 +0100 Thomas Weißschuh wrote: > - .read = qlcnic_sysfs_read_pci_config, > - .write = NULL, > + .read_new = qlcnic_sysfs_read_pci_config, > + .write_new = NULL, Please delete the NULL assignment instead.