Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41352
b: refs/heads/master
c: 13fccdb
h: refs/heads/master
v: v3
  • Loading branch information
Krishna Kumar authored and Roland Dreier committed Nov 29, 2006
1 parent 24be335 commit 5d816f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83b96586239bf6c719ff640341e1cf83e4a7c046
refs/heads/master: 13fccdb380f88770f05b922c273d907aecda7c12
8 changes: 4 additions & 4 deletions trunk/drivers/infiniband/core/iwcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ int iw_cm_listen(struct iw_cm_id *cm_id, int backlog)
{
struct iwcm_id_private *cm_id_priv;
unsigned long flags;
int ret = 0;
int ret;

cm_id_priv = container_of(cm_id, struct iwcm_id_private, id);

Expand Down Expand Up @@ -534,7 +534,7 @@ EXPORT_SYMBOL(iw_cm_accept);
int iw_cm_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *iw_param)
{
struct iwcm_id_private *cm_id_priv;
int ret = 0;
int ret;
unsigned long flags;
struct ib_qp *qp;

Expand Down Expand Up @@ -674,7 +674,7 @@ static int cm_conn_est_handler(struct iwcm_id_private *cm_id_priv,
struct iw_cm_event *iw_event)
{
unsigned long flags;
int ret = 0;
int ret;

spin_lock_irqsave(&cm_id_priv->lock, flags);

Expand Down Expand Up @@ -704,7 +704,7 @@ static int cm_conn_rep_handler(struct iwcm_id_private *cm_id_priv,
struct iw_cm_event *iw_event)
{
unsigned long flags;
int ret = 0;
int ret;

spin_lock_irqsave(&cm_id_priv->lock, flags);
/*
Expand Down

0 comments on commit 5d816f9

Please sign in to comment.