Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e82ba65 authored by Tyler Wear's avatar Tyler Wear Committed by Gerrit - the friendly Code Review server
Browse files

qtaguid: Fix return error



Reference net device correctly.

CRs-fixed: 2218668
Change-Id: I86657f8e0a5cab3e96863ab7befccdd8040a71ea
Signed-off-by: default avatarTyler Wear <twear@codeaurora.org>
parent d3b9791e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1194,7 +1194,7 @@ static void get_dev_and_dir(const struct sk_buff *skb,
		       parst->hook, __func__);
		BUG();
	}
	if (unlikely(!(*el_dev)->name)) {
	if (unlikely(!(*(*el_dev)->name))) {
		pr_err("qtaguid[%d]: %s(): no dev->name?!!\n",
		       parst->hook, __func__);
		BUG();