mirror of https://github.com/torvalds/linux.git
Avoid a possible uninitialized use of the crtc_state variable in function
ssd132x_primary_plane_atomic_check() and avoid the following Smatch warn:
drivers/gpu/drm/solomon/ssd130x.c:921 ssd132x_primary_plane_atomic_check()
error: uninitialized symbol 'crtc_state'.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ssd130x-i2c.c | ||
| ssd130x-spi.c | ||
| ssd130x.c | ||
| ssd130x.h | ||