Commit 827804d
media: ccs: Fix a (harmless) lockdep warning
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: d8bca3e ("media: ccs: Use sub-device active state")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>1 parent 256b776 commit 827804d
1 file changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2955 | 2955 | | |
2956 | 2956 | | |
2957 | 2957 | | |
2958 | | - | |
| 2958 | + | |
| 2959 | + | |
| 2960 | + | |
2959 | 2961 | | |
2960 | 2962 | | |
2961 | 2963 | | |
| |||
2993 | 2995 | | |
2994 | 2996 | | |
2995 | 2997 | | |
2996 | | - | |
| 2998 | + | |
2997 | 2999 | | |
2998 | 3000 | | |
2999 | 3001 | | |
| |||
3206 | 3208 | | |
3207 | 3209 | | |
3208 | 3210 | | |
| 3211 | + | |
| 3212 | + | |
3209 | 3213 | | |
3210 | 3214 | | |
3211 | 3215 | | |
| |||
3489 | 3493 | | |
3490 | 3494 | | |
3491 | 3495 | | |
3492 | | - | |
| 3496 | + | |
| 3497 | + | |
3493 | 3498 | | |
3494 | 3499 | | |
3495 | 3500 | | |
3496 | | - | |
| 3501 | + | |
| 3502 | + | |
3497 | 3503 | | |
3498 | 3504 | | |
3499 | 3505 | | |
3500 | | - | |
| 3506 | + | |
| 3507 | + | |
3501 | 3508 | | |
3502 | 3509 | | |
3503 | 3510 | | |
| |||
0 commit comments