diff options
author | Takashi Iwai | 2018-07-25 23:00:56 +0200 |
---|---|---|
committer | Takashi Iwai | 2018-07-26 08:33:08 +0200 |
commit | 0701492c86ac0446a834da35ef4991bcf8adb6c4 (patch) | |
tree | 56c24fbad7282873be59431f3fb88cd46ab9a47b /sound/pci/emu10k1 | |
parent | ALSA: pcm: Use standard lower_32_bits() and upper_32_bits() (diff) | |
download | kernel-qcow2-linux-0701492c86ac0446a834da35ef4991bcf8adb6c4.tar.gz kernel-qcow2-linux-0701492c86ac0446a834da35ef4991bcf8adb6c4.tar.xz kernel-qcow2-linux-0701492c86ac0446a834da35ef4991bcf8adb6c4.zip |
ALSA: korg1212: Add __force annotation to cast in user-copy callbacks
The user-copy callbacks in korg1212 driver contain the explicit cast
from a user pointer to a kernel pointer, but they missed __force
prefix. It's mandatory for converting between them.
Spotted by sparse, a warning like:
sound/pci/korg1212/korg1212.c:1329:33: warning: cast removes address space of expression
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/emu10k1')
0 files changed, 0 insertions, 0 deletions