commit | 546b79e6bb9adea6da4644a073bd006ef9cb706f | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Mon May 17 10:38:54 2021 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon May 17 10:57:53 2021 -0400 |
tree | 69e2bba29e71b505bb5b55ede088a8ddfe1e51e9 | |
parent | 869d2529429146ab98eca72ee519f60711cf1b69 [diff] |
drivers: uart_mux: Fix compilation after logging changes The logging macros use _Generic() atm and it started to complain when we are trying to print pointer value of gsm_dlci and gsm_mux structs. Cast the pointer value to (void *) to overcome this. Fixes #35329 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>