dmatest: remove IS_ERR_OR_NULL checks of debugfs calls
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 23 Jul 2013 15:36:47 +0000 (18:36 +0300)
committerDan Williams <djbw@fb.com>
Fri, 23 Aug 2013 05:57:33 +0000 (22:57 -0700)
There is a really little chance when we are able to create a directory and are
not able to create nodes under it. So, this patch just removes those checks.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dan Williams <djbw@fb.com>

No differences found