greybus: es2: demote dynamic-urb error message
authorJohan Hovold <johan@hovoldconsulting.com>
Tue, 15 Dec 2015 14:51:48 +0000 (15:51 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 15 Dec 2015 22:23:37 +0000 (14:23 -0800)
commited972e3a36c3402479f46f6d0218e7ef586d0d3e
treef9158ed35345ab326ac793e42daa3736759e584e
parent4dda744c2a26d7ee63ceaf834bfe19ab038e4064
greybus: es2: demote dynamic-urb error message

Demote error message when needing to dynamically allocate an URB to
debug level.

This isn't really an error as much as a reminder of how the current es2
implementation works: It uses a fixed number of pre-allocated URBs, but
allocates URBs dynamically when enough messages are sent in rapid
succession to exhaust the URB pool.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/es2.c