mirror of https://github.com/torvalds/linux.git
The v4l2_subdev_init_finalize() is a macro that creates an unique lockdep
key and name. As the CCS driver initialises all three of its sub-devices
using the same call site, this creates a lockdep warning. Address it.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ccs-core.c | ||
| ccs-data-defs.h | ||
| ccs-data.c | ||
| ccs-data.h | ||
| ccs-limits.c | ||
| ccs-limits.h | ||
| ccs-quirk.c | ||
| ccs-quirk.h | ||
| ccs-reg-access.c | ||
| ccs-reg-access.h | ||
| ccs-regs.h | ||
| ccs.h | ||
| smiapp-reg-defs.h | ||