commit | c7c3fec8a524774dbd1daf7841df1217dd589298 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Feb 04 14:24:52 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Feb 04 16:51:34 2019 +0100 |
tree | 9764071ea192f17f849ab985b5df784955ae7b56 | |
parent | 0b6a2c9cf4a00f54a0916499ece8a5cf3cced385 [diff] |
ALSA: x86: Avoid passing NULL to memory allocators We should pass a proper non-NULL device object to memory allocators although it was accepted in the past. The card->dev points to the most appropriate device object in such a case, so let's put it. Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>