]> asedeno.scripts.mit.edu Git - linux.git/commit
media: gp8psk: don't abuse of GFP_DMA
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Sat, 5 May 2018 16:09:46 +0000 (12:09 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 14 May 2018 11:18:19 +0000 (07:18 -0400)
commitb2353e1dccceaee1703656c6fa5806ed193fced8
treed9031013085ddf1b150ca4e42a7c7d73a5f09c50
parent0630efeee8538ae30d81d6e42c9ffb299a3e67b3
media: gp8psk: don't abuse of GFP_DMA

There's s no reason why it should be using GFP_DMA there.
This is an USB driver. Any restriction should be, instead,
at HCI core, if any.

Cc: "Luis R. Rodriguez" <mcgrof@kernel.org>
Cc: linux-mm@kvack.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/usb/dvb-usb/gp8psk.c