isi: Get rid of a pointless check in cf driver

This commit is contained in:
Denis Kenzior 2010-11-29 11:47:47 -06:00
parent b82a7f8511
commit 26b68846a8
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ static void isi_registration(struct ofono_call_forwarding *cf,
DBG("forwarding type %d class %d", type, cls);
if (cbd == NULL || fd == NULL || !number->number || strlen(number->number) > 28)
if (cbd == NULL || fd == NULL || strlen(number->number) > 28)
goto error;
ss_code = forw_type_to_isi_code(type);