commit | f4caf8993e92e65cf716cbd7c30091ab6dbeb8c7 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Feb 06 17:31:52 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Feb 10 08:26:38 2020 +0100 |
tree | 41026ddd3094e44b6b62098076ce6c8406ddc3e4 | |
parent | 6a7322df2c2825bb2f45d247432a3b7d3f3ed233 [diff] |
ALSA: emu8000: Fix the cast to __user pointer Fixes the sparse warnings. The cast to __user pointer needs __force: sound/isa/sb/emu8000_pcm.c:528:9: warning: cast removes address space '<asn:1>' of expression No functional changes, just sparse warning fixes. Link: https://lore.kernel.org/r/20200206163152.6073-4-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>