diff options
Diffstat (limited to 'arch/x86/mm/mmio-mod.c')
-rw-r--r-- | arch/x86/mm/mmio-mod.c | 2 |
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 | ||
138 | static void print_pte(unsigned long address) | 138 | static 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) { |