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

Commit 86593141 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qtaguid: Fix return error" into msm-4.14

parents c345338e 2e82ba65
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();