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

ALSA: vxpocket: Use container_of()


The vxpocket 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 5f976f58
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