broadband-modem-mbim: avoid use of uninitialized variable
This commit is contained in:
@@ -268,7 +268,7 @@ modem_load_model (MMIfaceModem *self,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data)
|
||||
{
|
||||
gchar *model;
|
||||
gchar *model = NULL;
|
||||
GTask *task;
|
||||
MMPortMbim *port;
|
||||
|
||||
|
Reference in New Issue
Block a user