summaryrefslogtreecommitdiff
path: root/lib/intel_reg_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/intel_reg_map.c')
-rw-r--r--lib/intel_reg_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/intel_reg_map.c b/lib/intel_reg_map.c
index 0c8d49c9..26ddd065 100644
--- a/lib/intel_reg_map.c
+++ b/lib/intel_reg_map.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2011 Intel Corporation
+ * Copyright © 2011 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -151,7 +151,7 @@ intel_get_register_map(uint32_t devid)
}
struct intel_register_range *
-intel_get_register_range(struct intel_register_map map, uint32_t offset, int mode)
+intel_get_register_range(struct intel_register_map map, uint32_t offset, uint32_t mode)
{
struct intel_register_range *range = map.map;
uint32_t align = map.alignment_mask;