remove superfluous ice agent warning

Change-Id: I802594572636ec1ed1804dc67c7ca032d2794f91
pull/183/head
Richard Fuchs 10 years ago
parent 1a67331b9a
commit 28d877ba2d

@ -479,10 +479,8 @@ void ice_shutdown(struct ice_agent **agp) {
}
ag = *agp;
if (!ag) {
ilog(LOG_ERR, "ice ag is NULL");
if (!ag)
return;
}
__agent_deschedule(ag);

Loading…
Cancel
Save