"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "724948106ed236fc528c720ae12c79af7e2aea4e"
ACPI video: use after input_unregister_device()
We can't use "input" anymore after calling input_unregister_device(). The call to input_free_device() is a double free. The normal way to deal with this is to make input_register_device() the last function called in the function. Signed-off-by:Dan Carpenter <dan.carpenter@oracle.com> Acked-by:
Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Len Brown <len.brown@intel.com>
Loading
Please register or sign in to comment