ALSA: rme32: Fix the missing snd_card_free() call at probe error
[linux-2.6-microblaze.git] / mm / hwpoison-inject.c
index 1ae1ebc..aff4d27 100644 (file)
@@ -30,7 +30,7 @@ static int hwpoison_inject(void *data, u64 val)
        if (!hwpoison_filter_enable)
                goto inject;
 
-       shake_page(hpage, 0);
+       shake_page(hpage);
        /*
         * This implies unable to support non-LRU pages.
         */