commit | bc70a9d70052c45483c2ef6a7fe08638cf88f490 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Feb 04 14:26:27 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Feb 04 16:51:46 2019 +0100 |
tree | 9f8bf851307dfe6f5716522c5f8ce23c4081c1d9 | |
parent | c7c3fec8a524774dbd1daf7841df1217dd589298 [diff] |
ALSA: arm: 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>