[Intel-gfx] [PATCH i-g-t 5/5] tools/intel_reg: Return SUCCESS after a succesful dump
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Thu Oct 6 13:36:08 UTC 2016
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
No reason why 'intel_reg dump' can't declare success after a succesful
dumping. Spotted after fixing tools_test to use the right tool :)
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
tools/intel_reg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/intel_reg.c b/tools/intel_reg.c
index 98dea0faa0e0..01a3671e97dd 100644
--- a/tools/intel_reg.c
+++ b/tools/intel_reg.c
@@ -491,7 +491,7 @@ static int intel_reg_dump(struct config *config, int argc, char *argv[])
intel_register_access_fini();
- return EXIT_FAILURE;
+ return EXIT_SUCCESS;
}
static int intel_reg_snapshot(struct config *config, int argc, char *argv[])
--
2.7.4
More information about the Intel-gfx
mailing list