diff options
Diffstat (limited to 'drivers/connector')
-rw-r--r-- | drivers/connector/connector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/connector/connector.c b/drivers/connector/connector.c index bf9716b75513..edf1349c4e1f 100644 --- a/drivers/connector/connector.c +++ b/drivers/connector/connector.c | |||
@@ -88,6 +88,7 @@ int cn_netlink_send(struct cn_msg *msg, u32 __group, gfp_t gfp_mask) | |||
88 | if (cn_cb_equal(&__cbq->id.id, &msg->id)) { | 88 | if (cn_cb_equal(&__cbq->id.id, &msg->id)) { |
89 | found = 1; | 89 | found = 1; |
90 | group = __cbq->group; | 90 | group = __cbq->group; |
91 | break; | ||
91 | } | 92 | } |
92 | } | 93 | } |
93 | spin_unlock_bh(&dev->cbdev->queue_lock); | 94 | spin_unlock_bh(&dev->cbdev->queue_lock); |