git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e7339
)
cifs: cifs_convert_address() returns zero on error
author
Dan Carpenter
<error27@gmail.com>
Mon, 25 Oct 2010 05:02:56 +0000
(07:02 +0200)
committer
Steve French
<sfrench@us.ibm.com>
Tue, 26 Oct 2010 18:22:38 +0000
(18:22 +0000)
The cifs_convert_address() returns zero on error but this caller is
testing for negative returns.
Btw. "i" is unsigned here, so it's never negative.
Reviewed-by: Jeff Layton <jlayton@samba.org>
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c
patch
|
blob
|
history
diff --cc
fs/cifs/connect.c
Simple merge