huawei: do not check for NULL pointer
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 4 Mar 2011 13:10:13 +0000 (10:10 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Mar 2011 13:14:02 +0000 (05:14 -0800)
commit42ecf16c294838f77446ff9f52a5437f221c4ff8
treeb9feff8e4235a8cf66553c3b6c34f9eb5366d97f
parent86998818b70ab030c74cdf2f5de83cd9893cc993
huawei: do not check for NULL pointer

cb_data_new() uses g_new0(), hence there's no need to check the return
value being NULL.
plugins/huawei.c