projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1953925
)
ehea: Remove a silly return
author
Breno Leitao
<leitao@linux.vnet.ibm.com>
Wed, 15 Sep 2010 17:54:22 +0000
(17:54 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Sep 2010 05:28:09 +0000
(22:28 -0700)
This patch removes the unconditional return in the end of the
function check_sqs()
Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ehea/ehea_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ehea/ehea_main.c
b/drivers/net/ehea/ehea_main.c
index 043d99013056447e1ab72f2b491c46271a1ddaf2..190fb691d20b107619e1fde16ebb1b204393426f 100644
(file)
--- a/
drivers/net/ehea/ehea_main.c
+++ b/
drivers/net/ehea/ehea_main.c
@@
-818,8
+818,6
@@
static void check_sqs(struct ehea_port *port)
}
}
}
-
- return;
}