From: Steven Rostedt (Red Hat) Date: Fri, 31 Oct 2014 23:43:08 +0000 (-0400) Subject: RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open coded X-Git-Tag: omap-for-v3.19/fixes-rc1~139^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbcf3e06cae0424d85c8dd1a1b93e25e84b06a8d;p=pandora-kernel.git RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open coded Use the helper function trace_seq_buffer_ptr() to get the current location of the next buffer write of a trace_seq object, instead of open coding it. This facilitates the conversion of trace_seq to use seq_buf. Tested-by: Jiri Kosina Acked-by: Jiri Kosina Acked-by: Borislav Petkov Reviewed-by: Petr Mladek Cc: Chen Gong Cc: Tony Luck Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed