On Mon, Sep 09, 2019 at 10:56:25AM +0100, Greg KH wrote:
> On Sun, Sep 08, 2019 at 08:26:05PM -0500, Sreeram Veluthakkal wrote:
> > This patch fixes the issue:
> > FILE: drivers/staging/fbtft/fb_agm1264k-fl.c:88:
> > CHECK: usleep_range is preferred over udelay; see
>
This patch fixes the issue:
FILE: drivers/staging/fbtft/fb_agm1264k-fl.c:88:
CHECK: usleep_range is preferred over udelay; see
Documentation/timers/timers-howto.rst
+ udelay(20);
Signed-off-by: Sreeram Veluthakkal
---
drivers/staging/fbtft/fb_agm1264k-fl.c | 2 +-
1 file changed, 1