Re: [PATCH] pstore: add missed platform_device_unregister

From: Anton Vorontsov
Date: Tue Aug 21 2012 - 22:50:51 EST


On Tue, Aug 21, 2012 at 09:19:15AM -0700, Kees Cook wrote:
[...]
> >> static void __exit ramoops_exit(void)
> >> {
> >> platform_driver_unregister(&ramoops_driver);
> >> + platform_device_unregister(dummy);
> >> kfree(dummy_data);
> >> }
> >> module_exit(ramoops_exit);
> >
> > It looks OK to me. Unless there are objections I'll apply it to
> > linux-pstore.git.
>
> Yup, looks right.
>
> Acked-by: Kees Cook <keescook@xxxxxxxxxxxx>

Applied, thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/