Skip to content

cinterion: fixed cast from wrong object

Giacinto Cifelli requested to merge gci/ModemManager:fixcast into master

MM_BROADBAND_MODEM_CINTERION shall be applied to a *MMBaseModem (ctx->modem here) and not to a *MMBaseBearer (self here)

Merge request reports