mirror of https://github.com/torvalds/linux.git
The media_entity_remote_source_pad_unique() function never returns NULL,
it returns error pointers. Change this check from a NULL check to an
IS_ERR() check.
Fixes:
|
||
|---|---|---|
| .. | ||
| am437x | ||
| cal | ||
| davinci | ||
| j721e-csi2rx | ||
| omap | ||
| omap3isp | ||
| vpe | ||
| Kconfig | ||
| Makefile | ||