Name
input_mt_destroy_slots —
frees the MT slots of the input device
Synopsis
void input_mt_destroy_slots ( | struct input_dev * dev) ; |
Arguments
dev
input device with allocated MT slots
Description
This function is only needed in error path as the input core will
automatically free the MT slots when the device is destroyed.