linux/drivers/parport
Joel Granados 93810936a6 parport: Remove register_sysctl_table from parport_proc_register
This is part of the general push to deprecate register_sysctl_paths and
register_sysctl_table. Register dev/parport/PORTNAME and
dev/parport/PORTNAME/devices. Temporary allocation for name is freed at
the end of the function. Remove all the struct elements that are no
longer used in the parport_device_sysctl_template struct. Add parport
specific defines that hide the base path sizes.

To make sure the resulting directory structure did not change we
made sure that `find /proc/sys/dev/ | sha1sum` was the same before and
after the change.

Signed-off-by: Joel Granados <j.granados@samsung.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/r/202305150948.pHgIh7Ql-lkp@intel.com/
Reported-by: Dan Carpenter <error27@gmail.com>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
2023-05-23 21:43:25 -07:00
..
BUGS-parport
daisy.c
ieee1284_ops.c parport: remove non-zero check on count 2021-08-27 16:18:42 +02:00
ieee1284.c
Kconfig parport: remove ax88796 driver 2023-01-16 09:26:06 +01:00
Makefile parport: remove ax88796 driver 2023-01-16 09:26:06 +01:00
multiface.h
parport_amiga.c
parport_atari.c
parport_cs.c
parport_gsc.c parisc/parport_gsc: switch from 'pci_' to 'dma_' API 2021-08-30 10:18:25 +02:00
parport_gsc.h
parport_ip32.c
parport_mfc3.c
parport_pc.c ata: parport_pc: add 16-bit and 8-bit fast EPP transfer flags 2023-03-23 12:22:19 +09:00
parport_serial.c parport: serial: Retrieve IRQ vector with help of special getter 2021-07-29 17:08:40 +02:00
parport_sunbpp.c
probe.c
procfs.c parport: Remove register_sysctl_table from parport_proc_register 2023-05-23 21:43:25 -07:00
share.c parport: Move magic number "15" to a define 2023-05-23 21:43:25 -07:00
TODO-parport