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

Commit 2d15e305 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 64 bit compilation error for usbaudio"

parents 19f2c011 6f6bb610
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ static int usb_get_numof_rates(char *rates_str)

    if (next_sr_string == NULL) {
        ALOGE("%s: get_numof_rates: could not find rates string", __func__);
        return (int)NULL;
        return 0;
    }

    for (i = 1; next_sr_string != NULL; i++) {