diff options
author | 2021-01-07 18:51:39 +0100 | |
---|---|---|
committer | 2021-01-07 18:51:39 +0100 | |
commit | 7b62275507232f01f66d3e7d05c77bbd9009b726 (patch) | |
tree | 172dd8a7632877df2b623462bc871ab42e093bcc /mm/debug.c | |
parent | ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines (diff) | |
parent | ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395 (diff) | |
download | wireguard-linux-7b62275507232f01f66d3e7d05c77bbd9009b726.tar.xz wireguard-linux-7b62275507232f01f66d3e7d05c77bbd9009b726.zip |
Merge tag 'asoc-fix-v5.11-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.11
A collection of mostly driver specific fixes, plus a maintainership
update for TI and a fix for DAPM driver removal paths.
Diffstat (limited to 'mm/debug.c')
-rw-r--r-- | mm/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/debug.c b/mm/debug.c index ccca576b2899..8a40b3fefbeb 100644 --- a/mm/debug.c +++ b/mm/debug.c @@ -182,8 +182,8 @@ hex_only: pr_warn("page dumped because: %s\n", reason); #ifdef CONFIG_MEMCG - if (!page_poisoned && page->mem_cgroup) - pr_warn("page->mem_cgroup:%px\n", page->mem_cgroup); + if (!page_poisoned && page->memcg_data) + pr_warn("pages's memcg:%lx\n", page->memcg_data); #endif } |