Re: [PATCH 2/2]Trivial patch: to solve indentation warnings in amba-clcd.c driver

From: Parmeshwr Prasad
Date: Fri Feb 13 2015 - 08:28:20 EST



This is second patch in series.
In driver in_atomic we should not use to check if code is unning in IRQ.
clcdfb_sleep() function is used to give some delay between operation.
I have used schedule_timeout() function for same amount of delay.

Please review the same.
Patch 1/2 I will fix comments and re-submitt.