drm/omap: remove warn from debugfs
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 10 Apr 2014 05:57:55 +0000 (08:57 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 15 Apr 2014 10:35:27 +0000 (13:35 +0300)
commitb841aedfcfd543d836c856bfde5a17c51cab6b26
tree565ddf6ae33b081eadea4f75d2c12540613783eb
parent772cdc9777403f10c4229c49645024a502dfd783
drm/omap: remove warn from debugfs

Patch dfe96ddcfa22b44100814b9435770f6ff1309d37 (omapdrm: simplify locking in
the fb debugfs file) removed taking locks when using omapdrm's debugfs
to dump fb objects.

However, in omap_gem_describe we give a WARN is the lock has not been
taken, so that WARN is now seen every time omapdrm debugfs is used.

So, presuming the removal of locks is ok, we can also remove the WARN.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_gem.c
This page took 0.061458 seconds and 5 git commands to generate.