Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbd3d320 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: adsprpc: Don't check for NULL before ipc_log_string()"

parents c8bffd65 57a1b902
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -132,12 +132,8 @@

#define FASTRPC_GLINK_LOG_PAGES 8
#define LOG_FASTRPC_GLINK_MSG(ctx, x, ...)	\
	do {				\
		if (ctx)		\
	ipc_log_string(ctx, "%s (%d, %d): "x,	\
				current->comm, current->tgid, current->pid, \
				##__VA_ARGS__); \
	} while (0)
		current->comm, current->tgid, current->pid, ##__VA_ARGS__)

static int fastrpc_pdr_notifier_cb(struct notifier_block *nb,
					unsigned long code,