Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2385fcb6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: fix compilation error by adding function in error msg"

parents 6bc96695 7b01dde6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4160,7 +4160,7 @@ int platform_set_spkr_device_tz_names(snd_device_t index,
        goto done;
    }
    if (index != speaker_device_tz_names.snd_device) {
        ALOGE("%s: not matching speaker device\n");
        ALOGE("%s: not matching speaker device\n", __func__);
        ret = -EINVAL;
        goto done;
    }