lib/igt_debugfs: Don't fail if debugfs is already mounted
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 11 Jun 2014 16:20:19 +0000 (19:20 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 13 Jun 2014 17:28:20 +0000 (20:28 +0300)
commitaba3582bb402b5cb5e48d81c5e32231fa42634d7
tree0f957278995a936fb4c58c0153918a169fd1c6da
parentc9c554594ef074b9149f84da8fb42c9ea629c027
lib/igt_debugfs: Don't fail if debugfs is already mounted

Remove the igt_assert() from the debugfs mount. It will fail if debugfs
is already mounted. With the assert in place it's very annying to use
igt without i915 loaded (eg. to dump BIOS configured registers).

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
lib/igt_debugfs.c