Commit b841aedf authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

drm/omap: remove warn from debugfs

Patch dfe96ddc

 (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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 772cdc97
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment