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:
061e41f
)
IB/ipath: Fix pointer-to-pointer thinko in ipath_fs.c
author
Michael Ellerman
<michael@ellerman.id.au>
Tue, 2 Dec 2008 04:59:07 +0000
(20:59 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 2 Dec 2008 04:59:07 +0000
(20:59 -0800)
The return from lookup_one_len() is assigned to *dentry, so that's
what we should be checking with IS_ERR().
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found