summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/es2.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-06-23 20:52:15 +0300
committerGreg Kroah-Hartman <gregkh@google.com>2016-06-24 00:06:08 +0300
commit05e3095563670ab9188eab2c38808e9fd1f3a99d (patch)
tree5e55811a845f9285bc0c897f9a6e313d970bd1bd /drivers/staging/greybus/es2.c
parentc13a206f7e44d8bb207512dfe58677674e514833 (diff)
downloadlinux-05e3095563670ab9188eab2c38808e9fd1f3a99d.tar.xz
greybus: Revert "greybus: ratelimit errors usually seen on unipro_reset"
This reverts commit 9b891f4fda8dfd6c1d8dc16479c5f6d418a9ccc7. We discussed this over the other thread, [PATCH 0/2] Improve watchdog's implementation a bit, and decided that we shouldn't be trying to hide the watchdog reboot problem by using such patches, rather we should make sure they occur consistently so that the real problem can be fixed. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/es2.c')
-rw-r--r--drivers/staging/greybus/es2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/es2.c b/drivers/staging/greybus/es2.c
index 426f83e1fda6..bdf502493e31 100644
--- a/drivers/staging/greybus/es2.c
+++ b/drivers/staging/greybus/es2.c
@@ -473,7 +473,7 @@ static int message_send(struct gb_host_device *hd, u16 cport_id,
retval = usb_submit_urb(urb, gfp_mask);
if (retval) {
- dev_err_ratelimited(&udev->dev, "failed to submit out-urb: %d\n", retval);
+ dev_err(&udev->dev, "failed to submit out-urb: %d\n", retval);
spin_lock_irqsave(&es2->cport_out_urb_lock, flags);
message->hcpriv = NULL;