mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-07 21:53:18 +09:00
The vx222 driver is using the explicit cast from the parent class pointer, but it'll be broken when the structure field randomization is applied. Use container_of() in a modern manner, instead. Signed-off-by: Takashi Iwai <tiwai@suse.de>