Input: simplify input_free_device()
authorDmitry Torokhov <dtor@insightbb.com>
Fri, 16 Mar 2007 04:57:25 +0000 (00:57 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Fri, 16 Mar 2007 04:57:25 +0000 (00:57 -0400)
commit54f9e36cb83e7da17dc0596d365fe019a25c226f
tree815be80fd0a7bbdb15349d2bbc30b557da3d7300
parentc8e4c77277ca5db0c4ddbfb4bc628b8abad585b0
Input: simplify input_free_device()

Now that sysfs attributes that were marked for deletion can't access
their devices we do not need to set name, phys and uniq to NULL.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/input.c