projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5390f86
)
RDMA/amsol1100: Fix missing break
author
Alan Cox
<alan@linux.intel.com>
Thu, 25 Oct 2012 14:36:51 +0000
(14:36 +0000)
committer
Roland Dreier
<roland@purestorage.com>
Thu, 22 Nov 2012 08:52:55 +0000
(
00:52
-0800)
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/amso1100/c2_ae.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/amso1100/c2_ae.c
b/drivers/infiniband/hw/amso1100/c2_ae.c
index
32d34e8
..
706cf97
100644
(file)
--- a/
drivers/infiniband/hw/amso1100/c2_ae.c
+++ b/
drivers/infiniband/hw/amso1100/c2_ae.c
@@
-311,6
+311,7
@@
void c2_ae_event(struct c2_dev *c2dev, u32 mq_index)
if (cq->ibcq.event_handler)
cq->ibcq.event_handler(&ib_event,
cq->ibcq.cq_context);
+ break;
}
default: