On Fri, Feb 07, 2020 at 05:46:40PM +0800, qiwuchen55@xxxxxxxxx wrote: > From: chenqiwu <chenqiwu@xxxxxxxxxx> > > Remove unnecessary ramoops_unregister_dummy() if ramoops > platform device register failed. > > Signed-off-by: chenqiwu <chenqiwu@xxxxxxxxxx> Thanks! Applied to for-next/pstore. -Kees > --- > fs/pstore/ram.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c > index 013486b..7956221 100644 > --- a/fs/pstore/ram.c > +++ b/fs/pstore/ram.c > @@ -963,7 +963,6 @@ static void __init ramoops_register_dummy(void) > pr_info("could not create platform device: %ld\n", > PTR_ERR(dummy)); > dummy = NULL; > - ramoops_unregister_dummy(); > } > } > > -- > 1.9.1 > -- Kees Cook