projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a278c80
)
datapath: Remove stray debugging printk.
author
Ben Pfaff
<blp@nicira.com>
Mon, 2 Mar 2009 22:30:17 +0000
(14:30 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 2 Mar 2009 22:34:43 +0000
(14:34 -0800)
datapath/table.c
patch
|
blob
|
history
diff --git
a/datapath/table.c
b/datapath/table.c
index cc42406a773e67001e4f08a9f5a92d54d88bb8d8..b78f3b2ffe1741b219ea033c06d084a524c8d627 100644
(file)
--- a/
datapath/table.c
+++ b/
datapath/table.c
@@
-163,7
+163,6
@@
static int insert_flow(struct sw_flow *flow, void *new_table_)
struct sw_flow **buckets[2];
int i;
- printk(".");
find_buckets(new_table, &flow->key, buckets);
for (i = 0; i < 2; i++) {
if (!*buckets[i]) {