Re: [PATCH v5 2/6] efi: stub: Change _debug_uart_putc function to inline

2025-05-20 Thread Kever Yang
On 2025/5/20 19:36, Lukasz Czechowski wrote: Update definition of _debug_uart_putc to static inline. This will allow to avoid compilation warnings about unused code after introduction of patch changing debug uart functions to dummies if CONFIG_DEBUG_UART is not set. This also matches the instru

Re: [PATCH v5 2/6] efi: stub: Change _debug_uart_putc function to inline

2025-05-20 Thread Tom Rini
On Tue, May 20, 2025 at 01:36:40PM +0200, Lukasz Czechowski wrote: > Update definition of _debug_uart_putc to static inline. > This will allow to avoid compilation warnings about unused code > after introduction of patch changing debug uart functions to > dummies if CONFIG_DEBUG_UART is not set. >

[PATCH v5 2/6] efi: stub: Change _debug_uart_putc function to inline

2025-05-20 Thread Lukasz Czechowski
Update definition of _debug_uart_putc to static inline. This will allow to avoid compilation warnings about unused code after introduction of patch changing debug uart functions to dummies if CONFIG_DEBUG_UART is not set. This also matches the instructions in include/debug_uart.h and provides consi