aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/mmio-mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/mmio-mod.c')
-rw-r--r--arch/x86/mm/mmio-mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c
index ed0e0e90b3ef..e7397e108beb 100644
--- a/arch/x86/mm/mmio-mod.c
+++ b/arch/x86/mm/mmio-mod.c
@@ -137,7 +137,7 @@ static ssize_t write_marker(struct file *file, const char __user *buffer,
137 137
138static void print_pte(unsigned long address) 138static void print_pte(unsigned long address)
139{ 139{
140 int level; 140 unsigned int level;
141 pte_t *pte = lookup_address(address, &level); 141 pte_t *pte = lookup_address(address, &level);
142 142
143 if (!pte) { 143 if (!pte) {