diff options
Diffstat (limited to 'drivers/infiniband/hw/amso1100/c2_vq.c')
-rw-r--r-- | drivers/infiniband/hw/amso1100/c2_vq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/amso1100/c2_vq.c b/drivers/infiniband/hw/amso1100/c2_vq.c index 40caeb5f41b4..36620a22413c 100644 --- a/drivers/infiniband/hw/amso1100/c2_vq.c +++ b/drivers/infiniband/hw/amso1100/c2_vq.c | |||
@@ -164,7 +164,7 @@ void vq_req_put(struct c2_dev *c2dev, struct c2_vq_req *r) | |||
164 | */ | 164 | */ |
165 | void *vq_repbuf_alloc(struct c2_dev *c2dev) | 165 | void *vq_repbuf_alloc(struct c2_dev *c2dev) |
166 | { | 166 | { |
167 | return kmem_cache_alloc(c2dev->host_msg_cache, SLAB_ATOMIC); | 167 | return kmem_cache_alloc(c2dev->host_msg_cache, GFP_ATOMIC); |
168 | } | 168 | } |
169 | 169 | ||
170 | /* | 170 | /* |