[PATCH 3/4] Staging: panel: usleep_range is preferred over udelay

2015-10-26 Thread Swetha
This patch fixes the issue: CHECK: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.txt Signed-off-by: Swetha --- drivers/staging/panel/panel.c | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/drivers/staging/pa

Re: [PATCH 3/4] Staging: panel: usleep_range is preferred over udelay

2015-10-26 Thread Sergei Shtylyov
Hello. On 10/26/2015 11:44 PM, Swetha wrote: This patch fixes the issue: CHECK: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.txt Signed-off-by: Swetha Full (and true) name needed here. --- drivers/staging/panel/panel.c | 34 +++