diff mbox

[i-g-t] lib/igt_gt: Remove duplicated PARAM_NO_ERROR_CAPTURE define

Message ID 20170306221057.17894-1-michel.thierry@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Michel Thierry March 6, 2017, 10:10 p.m. UTC
LOCAL_CONTEXT_PARAM_NO_ERROR_CAPTURE exists in lib/ioctl_wrappers.h
since commit 171b21d9f761 ("igt/gem_ctx_param: Update invalid parma
number").

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Michel Thierry <michel.thierry@intel.com>
---
 lib/igt_gt.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Robert Foss March 7, 2017, 3:48 p.m. UTC | #1
Added r-b and applied upstream.

On 2017-03-06 05:10 PM, Michel Thierry wrote:
> LOCAL_CONTEXT_PARAM_NO_ERROR_CAPTURE exists in lib/ioctl_wrappers.h
> since commit 171b21d9f761 ("igt/gem_ctx_param: Update invalid parma
> number").
>
> Cc: Chris Wilson <chris@chris-wilson.co.uk>
> Signed-off-by: Michel Thierry <michel.thierry@intel.com>
> ---
>  lib/igt_gt.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/lib/igt_gt.c b/lib/igt_gt.c
> index 4bdb9114..88b86aff 100644
> --- a/lib/igt_gt.c
> +++ b/lib/igt_gt.c
> @@ -39,8 +39,6 @@
>  #include "intel_reg.h"
>  #include "intel_chipset.h"
>
> -#define LOCAL_CONTEXT_PARAM_NO_ERROR_CAPTURE 0x4
> -
>  /**
>   * SECTION:igt_gt
>   * @short_description: GT support library
>
diff mbox

Patch

diff --git a/lib/igt_gt.c b/lib/igt_gt.c
index 4bdb9114..88b86aff 100644
--- a/lib/igt_gt.c
+++ b/lib/igt_gt.c
@@ -39,8 +39,6 @@ 
 #include "intel_reg.h"
 #include "intel_chipset.h"
 
-#define LOCAL_CONTEXT_PARAM_NO_ERROR_CAPTURE 0x4
-
 /**
  * SECTION:igt_gt
  * @short_description: GT support library