]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/firmware/efi/efi-pstore.c
Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[linux-beck.git] / drivers / firmware / efi / efi-pstore.c
index 1c33d7469e4a2779d0f7282d130efd69aff420d2..f402ba2eed46461d0402c403db87b9a017399659 100644 (file)
@@ -380,7 +380,7 @@ static int efi_pstore_erase(enum pstore_type_id type, u64 id, int count,
 static struct pstore_info efi_pstore_info = {
        .owner          = THIS_MODULE,
        .name           = "efi",
-       .flags          = PSTORE_FLAGS_FRAGILE,
+       .flags          = PSTORE_FLAGS_DMESG,
        .open           = efi_pstore_open,
        .close          = efi_pstore_close,
        .read           = efi_pstore_read,