mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
The check on p->sink looks bogus, I believe it should be p->source
since the following code blocks are related to p->source. Fix
this by replacing p->sink with p->source.
Fixes:
|
||
|---|---|---|
| .. | ||
| atom | ||
| baytrail | ||
| boards | ||
| common | ||
| haswell | ||
| skylake | ||
| Kconfig | ||
| Makefile | ||