debug: fixes issue on debug tracing for pool struct
Change-Id: I6af44e2388db76b4f6d38f634ae983a0d458871d Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
This commit is contained in:
parent
90a1b22f60
commit
57cd459e71
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ struct pool_struct {
|
||||||
|
|
||||||
char *bufblock;
|
char *bufblock;
|
||||||
#ifdef CONFIG_DEBUG_TRACING_KERNEL_OBJECTS
|
#ifdef CONFIG_DEBUG_TRACING_KERNEL_OBJECTS
|
||||||
struct pool_struct *next;
|
struct pool_struct *__next;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue