projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1884f78
)
[NET] in6_pton: Kill errant printf statement.
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 25 Aug 2006 07:27:09 +0000
(
00:27
-0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:18:02 +0000
(15:18 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/utils.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/utils.c
b/net/core/utils.c
index 5a06e8a72c17f93ef4b363505f0c73530d5800db..2682490777dec6ceea515596d11f6c7117910147 100644
(file)
--- a/
net/core/utils.c
+++ b/
net/core/utils.c
@@
-306,8
+306,6
@@
int in6_pton(const char *src, int srclen,
if (srclen < 0)
srclen = strlen(src);
- printf("srclen=%d\n", srclen);
-
while (1) {
int c;