mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
67852dc08c
Fix a const pointer usage warning in the Digigram pcxhr compatible soundcard driver. A const pointer is being passed to copy_from_user() to load the firmware into. This is okay in this case because the function has allocated the firmware struct itself, but the const qualifier is part of the firmware struct - so the patch casts the const away. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> |
||
---|---|---|
.. | ||
Makefile | ||
pcxhr_core.c | ||
pcxhr_core.h | ||
pcxhr_hwdep.c | ||
pcxhr_hwdep.h | ||
pcxhr_mixer.c | ||
pcxhr_mixer.h | ||
pcxhr.c | ||
pcxhr.h |