dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/heci
Dongxiao Xu afcf462a1f Staging: heci: fix the problem that file_ext->state should be protected by device_lock
While access file_ext->state, we should use device_lock to protect it. The
original codes miss this in some places.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-19 11:00:55 -07:00
..
Kconfig Staging: add heci driver 2009-04-03 14:54:24 -07:00
Makefile Staging: add heci driver 2009-04-03 14:54:24 -07:00
TODO Staging: heci: add TODO file 2009-04-03 14:54:24 -07:00
heci.h Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
heci_data_structures.h Staging: remove unused #include <linux/version.h>'s 2009-06-19 11:00:36 -07:00
heci_init.c Staging: heci: fix the problem that file_ext->state should be protected by device_lock 2009-06-19 11:00:55 -07:00
heci_interface.c Staging: heci: fix setting h_is bit in h_csr register 2009-06-19 11:00:55 -07:00
heci_interface.h Staging: heci: fix setting h_is bit in h_csr register 2009-06-19 11:00:55 -07:00
heci_main.c Staging: heci: fix the problem that file_ext->state should be protected by device_lock 2009-06-19 11:00:55 -07:00
heci_version.h Staging: add heci driver 2009-04-03 14:54:24 -07:00
interrupt.c Staging: heci: do not print error when heci_bh_handler is already on workqueue 2009-06-19 11:00:55 -07:00
io_heci.c Staging: heci: fix the problem that file_ext->state should be protected by device_lock 2009-06-19 11:00:55 -07:00