Re: [patch] OMAPDSS: DSS: fix a warning message

2015-12-07 Thread Tomi Valkeinen
On 04/12/15 15:14, Dan Carpenter wrote: > The WARN() macro has to take a condition. The current code will just > print the stack trace and the function name instead of the intended > warning message. > > Signed-off-by: Dan Carpenter > > diff --git

[patch] OMAPDSS: DSS: fix a warning message

2015-12-04 Thread Dan Carpenter
The WARN() macro has to take a condition. The current code will just print the stack trace and the function name instead of the intended warning message. Signed-off-by: Dan Carpenter diff --git a/drivers/video/fbdev/omap2/dss/dss.h