Input: do not lock device when showing name, phys and uniq
authorDmitry Torokhov <dtor@insightbb.com>
Sun, 18 Feb 2007 06:40:37 +0000 (01:40 -0500)
committerDmitry Torokhov <dtor@insightbb.com>
Sun, 18 Feb 2007 06:40:37 +0000 (01:40 -0500)
commit1efa770f8ef0bfe12cd004f2e1f75eefcd8699d3
tree7131705511de28a8774d4fc67d2d4ae1277fc5b6
parent82dd9eff4bf3b17f5f511ae931a1f350c36ca9eb
Input: do not lock device when showing name, phys and uniq

Now that sysfs attributes return -ENODEV once driver requests their
removal we do not need to handle scenario when data is deleted from
under our feet and can simplify the code.

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