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

Commit 94da6c1a authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cnss_prealloc: Remove excessive warnings in cnss_prealloc driver"

parents 46902abd 306ba6b1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -163,8 +163,6 @@ void *wcnss_prealloc_get(unsigned int size)
	}
	spin_unlock_irqrestore(&alloc_lock, flags);

	WARN(1, "wcnss_prealloc not available for size %d\n", size);

	return NULL;
}
EXPORT_SYMBOL(wcnss_prealloc_get);