Skip to content

Commit

Permalink
pal: remove misleading log
Browse files Browse the repository at this point in the history
Remove misleading warning with function name

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed Nov 29, 2023
1 parent 6976c2c commit c54f84e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subsys/sal/sid_pal/src/sid_pal_serial_bus_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ static sid_error_t bus_serial_spi_destroy(const struct sid_pal_serial_bus_iface
sid_error_t sid_pal_serial_bus_nordic_spi_create(const struct sid_pal_serial_bus_iface **iface,
const void *cfg)
{
LOG_WRN("%s", __func__);

ARG_UNUSED(cfg);

if (!iface) {
return SID_ERROR_INVALID_ARGS;
}
Expand Down

0 comments on commit c54f84e

Please sign in to comment.