[PATCH libdrm] tests: util: Fixup util_open() parameter order

2016-01-26 Thread Emil Velikov
On 5 January 2016 at 14:21, Thierry Reding wrote: > From: Thierry Reding > > 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 > du

[PATCH libdrm] tests: util: Fixup util_open() parameter order

2016-01-05 Thread Thierry Reding
From: Thierry Reding 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. Signed-off-by: Thierry Reding --- Evide