Thread (15 messages) 15 messages, 5 authors, 2018-10-18

[PATCH 1/3] driver core: add probe_err log helper

From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
Date: 2018-10-16 11:09:14
Also in: lkml

Possibly related (same subject, not in this thread)

On Tue, Oct 16, 2018 at 11:27:15AM +0100, Mark Brown wrote:
On Tue, Oct 16, 2018 at 09:22:42AM +0200, Andrzej Hajda wrote:
quoted
+int probe_err(const struct device *dev, int err, const char *fmt, ...)
+{
+	struct va_format vaf;
+	va_list args;
...
quoted
+	return err;
+}
+
This will need an EXPORT_SYMBOL for modules won't it?
EXPORT_SYMBOL_GPL() to be specific, as it is dealing with the driver
core.

thanks,

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