aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2012-07-20 15:47:35 -0700
committerGreg Kroah-Hartman <[email protected]>2012-07-20 15:47:35 -0700
commit4becf12de1a4efefd28e057750e35f4ceb32dd1d (patch)
treea8f4cab8fd4699e12edc3482d367f1f315cd15fe /lib/string_helpers.c
parent7de2c5b6ae9c99e7b4213c06ed5264c24d943a35 (diff)
staging: csr: remove CsrMemAllocDma()
It's just a call to kmalloc(, GFP_KERNEL | GFP_DMA); But, all memory allocated by kmalloc can be DMAed, and that's not what GFP_DMA means, so remove that flag, and just call kmalloc(, GFP_KERNEL); Cc: Mikko Virkkilä <[email protected]> Cc: Lauri Hintsala <[email protected]> Cc: Riku Mettälä <[email protected]> Cc: Veli-Pekka Peltola <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions