Thread (92 messages) 92 messages, 11 authors, 2018-10-04

Re: [PATCH v2 03/29] nvmem: add a notifier chain

From: Srinivas Kandagatla <hidden>
Date: 2018-08-10 08:33:26
Also in: linux-arm-kernel, linux-i2c, linux-omap, lkml, netdev


On 10/08/18 09:05, Bartosz Golaszewski wrote:
+int nvmem_register_notifier(struct notifier_block *nb)
+{
+	return blocking_notifier_chain_register(&nvmem_notifier, nb);
+}
+EXPORT_SYMBOL_GPL(nvmem_register_notifier);
+
+int nvmem_unregister_notifier(struct notifier_block *nb)
+{
+	return blocking_notifier_chain_unregister(&nvmem_notifier, nb);
+}
+EXPORT_SYMBOL_GPL(nvmem_unregister_notifier);
+
Kerneldoc is missing for these both exported symbols too!

--srini
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help