Skip to content
Snippets Groups Projects
Commit 5f976f58 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: vx222: Use container_of()


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: default avatarTakashi Iwai <tiwai@suse.de>
parent 6c1df232
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment