tests: util: Fixup util_open() parameter order

util_open() takes a device parameter, followed by a module parameter.
The existing tests used the drmOpen() function, which uses a different
ordering of the parameters, and the old ordering was accidentally kept
during the conversion.

BUG=chromium:590002
TEST=emerge libdrm and verify -M works

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit 1674147a149c2165a927a5d8eb0db4eee1f6a4e3)

Change-Id: I808f2c467249f62d67e961970c261d9513b018b0
Reviewed-on: https://chromium-review.googlesource.com/329410
Commit-Ready: Haixia Shi <hshi@chromium.org>
Tested-by: Haixia Shi <hshi@chromium.org>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
3 files changed