snd-aoa-codec-onyx-objs := onyx.o snd-aoa-codec-tas-objs := tas.o snd-aoa-codec-toonie-objs := toonie.o obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.o /linux/net-next.git/atom/drivers?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAmrani, Ram <Ram.Amrani@cavium.com>2016-12-22 14:40:37 +0200
committerDoug Ledford <dledford@redhat.com>2016-12-22 11:36:12 -0500
commit8b0cabc650a95a4f44de99aae6e8c128d70a40cd (patch)
tree7783d78fe287dad6565e95ec9067d4e6e5a4ab5a /drivers
parentb4c2cc48aa0be767281669bff9f230e81ef27c56 (diff)
qedr: ignore inline flag in read verbs
In the current implementation a read verb with IB_SEND_INLINE may be illegally configured. In this fix we ignore the inline bit in the case of a read verb. Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Reviewed-by: Michal Kalderon <Michal.Kalderon@cavium.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/infiniband/hw/qedr/verbs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qedr/verbs.c b/drivers/infiniband/hw/qedr/verbs.c