commit | 782b9d201112ae526a823ddba522c88c761585c7 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Sun May 06 05:21:47 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue May 15 08:04:42 2018 -0400 |
tree | 755658b67e23749b1c84e6f57b4653e591cdedf5 | |
parent | b2353e1dccceaee1703656c6fa5806ed193fced8 [diff] |
media: siano: use GFP_DMA only for smssdio Right now, the Siano's core uses GFP_DMA for both USB and SDIO variants of the driver. There's no reason to use it for USB. So, pass GFP_DMA as a parameter during sms core register. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>