android_kernel_xiaomi_sm8350/drivers/parport
Michael Buesch 73e0d48b8c parport_pc: Fix subscription bugs
This patch fixes array subscription bugs in the parport_pc driver.

drivers/parport/parport_pc.c: In function ‘parport_irq_probe’:
drivers/parport/parport_pc.c:1589: warning: array subscript is above array bounds
drivers/parport/parport_pc.c: In function ‘parport_pc_probe_port’:
drivers/parport/parport_pc.c:1579: warning: array subscript is above array bounds

The patch also fixes a few other array bugs, which the compiler was
unable to find. Coding style violations are also fixed.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-06-11 08:51:03 -07:00
..
BUGS-parport
ChangeLog
daisy.c
ieee1284_ops.c
ieee1284.c parport: ieee1284: use del_timer_sync() in parport_wait_event() 2009-01-06 15:59:31 -08:00
Kconfig
Makefile
multiface.h
parport_amiga.c
parport_atari.c m68k: atari - Rename "mfp" to "st_mfp" 2009-02-22 09:23:02 -08:00
parport_ax88796.c
parport_cs.c parport: Use the PCI IRQ if offered 2009-04-07 08:44:06 -07:00
parport_gsc.c parport_gsc: fix printk format error 2009-05-29 08:40:02 -07:00
parport_gsc.h
parport_ip32.c
parport_mfc3.c
parport_pc.c parport_pc: Fix subscription bugs 2009-06-11 08:51:03 -07:00
parport_serial.c parport: Use the PCI IRQ if offered 2009-04-07 08:44:06 -07:00
parport_sunbpp.c
probe.c
procfs.c
share.c parport: quickfix the proc registration bug 2009-06-02 09:53:22 -07:00
TODO-parport