OpenCloudOS-Kernel/drivers/staging/panel
Sudip Mukherjee 9059c615a8 staging: panel: remove duplicate code
both the misc_deregister(), parport_release() and
parport_unregister_device() is there in the module_exit function also.
detach is called from parport_unregister_driver() and by the time
detach executes misc_deregister(), parport_release() and
parport_unregister_device() has already executed marking
keypad_initialized and lcd.initialized  as false. so this part of the
code will never execute.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-04-30 17:10:51 +02:00
..
Kconfig
Makefile
TODO staging: panel: Remove outdated TODO task 2014-11-03 16:22:50 -08:00
lcd-panel-cgram.txt
panel.c staging: panel: remove duplicate code 2015-04-30 17:10:51 +02:00