HID: remove excessive _EMERG messages from hidraw
authorJiri Kosina <jkosina@suse.cz>
Thu, 25 Mar 2010 14:20:01 +0000 (15:20 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 25 Mar 2010 14:20:01 +0000 (15:20 +0100)
commit0a504541b3ba593535d70f3124546e5e471a175e
tree60dc33b81aa081f697510f40c17cf7263ef549a7
parent2e57480b2a717916510b0c23b2851398a4cbd958
HID: remove excessive _EMERG messages from hidraw

We don't need to shout loudly when device gets disconnected
while hidraw node has been open, as this is properly handled
in disconnect() and protected by minors_lock already.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hidraw.c