Commit 831fdda6 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman

[PATCH] hid_ff_init could not find initializer...

Lately I get warnings whenever I plug in a device with
a HID interface ... when force feedback support is
configured, that's what it does.

Yeech ... that should should at most be a dbg().
parent 271ae4b3
......@@ -83,7 +83,7 @@ int hid_ff_init(struct hid_device* hid)
hid->dev->descriptor.idProduct);
if (!init) {
warn("hid_ff_init could not find initializer");
dbg("hid_ff_init could not find initializer");
return -ENOSYS;
}
return init->init(hid);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment