sim900: Remove unneeded goto / label

This commit is contained in:
Denis Kenzior 2013-03-26 10:35:59 -05:00
parent b4518caa50
commit 548611e939
1 changed files with 0 additions and 2 deletions

View File

@ -193,10 +193,8 @@ static void shutdown_device(struct sim900_data *data)
g_at_mux_shutdown(data->mux);
g_at_mux_unref(data->mux);
data->mux = NULL;
goto done;
}
done:
g_io_channel_unref(data->device);
data->device = NULL;
}