linux/drivers/staging/panel
Peter Huewe 060132ae42 Staging: panel: Prevent double-calling of parport_release - fix oops.
This patch prevents the code from calling parport_release and
parport_unregister_device twice with the same arguments - and thus fixes an oops.

Rationale:
After the first call the parport is already released and the
handle isn't valid anymore and calling parport_release and
parport_unregister_device twice isn't a good idea.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Cc: stable <stable@kernel.org>
Acked-by: Willy Tarreau <w@1wt.eu>
2010-07-08 13:57:58 -07:00
..
Kconfig Staging: panel: Adjust range for PANEL_KEYPAD in Kconfig 2009-12-23 11:27:49 -08:00
lcd-panel-cgram.txt trivial: Miscellaneous documentation typo fixes 2009-06-12 18:01:47 +02:00
Makefile
panel.c Staging: panel: Prevent double-calling of parport_release - fix oops. 2010-07-08 13:57:58 -07:00
TODO