diff options
| author | 2019-01-29 08:34:09 +0100 | |
|---|---|---|
| committer | 2019-02-23 09:20:25 -0800 | |
| commit | fd47a36fba257b91d4a0bdc2f94fe323e8819c2f (patch) | |
| tree | df4412966847ad549e180d5eabb1e46337b5e8f3 /drivers/platform/x86/wmi.c | |
| parent | platform/x86: ideapad-laptop: Fix no_hw_rfkill_list for Lenovo RESCUER R720-15IKBN (diff) | |
| download | linux-dev-fd47a36fba257b91d4a0bdc2f94fe323e8819c2f.tar.xz linux-dev-fd47a36fba257b91d4a0bdc2f94fe323e8819c2f.zip | |
platform/x86: dell_rbu: stop abusing the DMA API
For some odd reason dell_rbu actually seems to want the physical and
not a bus address for the allocated buffer. Lets assume that actually
is correct given that it is BIOS-related and that is a good source
of insanity. In that case we should not use dma_alloc_coherent with
a NULL device to allocate memory, but use GFP_DMA32 to stay under
the 32-bit BIOS limit.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Stuart Hayes <stuart.w.hayes@gmail.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'drivers/platform/x86/wmi.c')
0 files changed, 0 insertions, 0 deletions
