Frees force feedback portion of input device
void input_ff_destroy(struct input_dev * dev);
dev
input device supporting force feedback
This function is only needed in error path as input core will automatically free force feedback structures when device is destroyed.