commit | aef614e13dfbdd3b9ae44ad110159f75b9029bba | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <bigeasy@linutronix.de> | Tue Apr 23 07:31:38 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 25 04:11:50 2013 -0400 |
tree | 84ddddd07f5591e98d1b269910dc87efa5117556 | |
parent | fd51cf199421197d14099b4ba382301cc28e5544 [diff] |
net/davinci_cpdma: remove unused argument in cpdma_chan_submit() The gfp_mask argument is not used in cpdma_chan_submit() and always set to GFP_KERNEL even in atomic sections. This patch drops it since it is unused. Acked-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>