alistair23-linux/drivers/staging/most/hdm-usb
Amitoj Kaur Chawla 720f7a7850 staging: most: hdm-usb: Remove invalid reference error
commit e3479f77("staging: most: hdm-usb: Remove create_workqueue()")
cancel_work_sync(&anchor->clear_work_obj) is introduced after freeing
`anchor` causing a invalid reference error. This patch removes this
error by shifting the call to cancel_work_sync before freeing
`anchor`.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-11 22:09:09 -08:00
..
hdm_usb.c staging: most: hdm-usb: Remove invalid reference error 2016-03-11 22:09:09 -08:00
Kconfig staging: most: fix HDM_USB dependencies and build errors 2015-09-13 09:24:44 -07:00
Makefile