Re: [PATCHv14 5/9] lib: Add register read/write tracing support

From: Sai Prakash Ranjan
Date: Wed May 18 2022 - 12:46:27 EST


On 5/18/2022 8:48 PM, Sai Prakash Ranjan wrote:
Hi Steve,

On 5/18/2022 7:37 PM, Steven Rostedt wrote:
+        (void *)(unsigned long)__entry->caller, __entry->width,
__entry->caller is already defined as "unsigned long", why the extra
typecast?

I remember seeing compilation errors without this change in early versions of
the series. Let me check this again.



No warnings or errors without this extra cast, yay. New version posted.

Thanks,
Sai