n900: remove unneeded g_isi_client_destroy call

"client" is either NULL or uninitialised in this place.
This commit is contained in:
Andrzej Zaborowski 2010-12-23 05:39:40 +01:00 committed by Denis Kenzior
parent b106db583a
commit 369fe6b146
1 changed files with 0 additions and 1 deletions

View File

@ -382,7 +382,6 @@ static int n900_probe(struct ofono_modem *modem)
return 0;
error:
g_isi_client_destroy(client);
g_isi_modem_destroy(isimodem);
gpio_remove(modem);
g_free(isi);