Skip to content

Commit

Permalink
From patchwork series 403402
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox Snowpatch committed Apr 17, 2024
1 parent 77dff0c commit 69ccb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/mm/ptdump/hashpagetable.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ static void walk_vmemmap(struct pg_state *st)
* Traverse the vmemmaped memory and dump pages that are in the hash
* pagetable.
*/
while (ptr->list) {
while (ptr) {
hpte_find(st, ptr->virt_addr, mmu_vmemmap_psize);
ptr = ptr->list;
}
Expand Down

0 comments on commit 69ccb3b

Please sign in to comment.