msm: ipa: remove redundant check for KW issue
Remove redundant NULL check. Change-Id: Ic9c00ba527bab1063cee0e089184f97356c99048
This commit is contained in:
@@ -198,8 +198,6 @@ static void ipa_eth_ready_notify_work(struct work_struct *work)
|
||||
ipa_eth_ctx->is_eth_ready = true;
|
||||
list_for_each_entry_safe(entry, next,
|
||||
&ipa_eth_ctx->ready_cb_list, link) {
|
||||
if (!entry)
|
||||
break;
|
||||
if (entry->info && entry->info->notify)
|
||||
entry->info->notify(entry->info->userdata);
|
||||
/* remove from list once notify is done */
|
||||
|
Reference in New Issue
Block a user