Re: [PATCH 3.12-rc1] USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()

2013-09-23 Thread Tim Gardner
On 09/19/2013 02:52 PM, Dmitry Torokhov wrote: > Hi Tim, > > On Tue, Sep 10, 2013 at 10:23:13AM -0600, Tim Gardner wrote: >> BugLink: http://bugs.launchpad.net/bugs/1222850 >> >> This input device can get into a state that produces a high >> volume of device status errors. Attempt to throttle thes

Re: [PATCH 3.12-rc1] USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()

2013-09-19 Thread Dmitry Torokhov
Hi Tim, On Tue, Sep 10, 2013 at 10:23:13AM -0600, Tim Gardner wrote: > BugLink: http://bugs.launchpad.net/bugs/1222850 > > This input device can get into a state that produces a high > volume of device status errors. Attempt to throttle these > error messages such that the kernel log is not flood

[PATCH 3.12-rc1] USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()

2013-09-10 Thread Tim Gardner
BugLink: http://bugs.launchpad.net/bugs/1222850 This input device can get into a state that produces a high volume of device status errors. Attempt to throttle these error messages such that the kernel log is not flooded. Cc: Dmitry Torokhov Signed-off-by: Tim Gardner --- drivers/input/misc/cm