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:
479bd73
)
f2fs: alloc_page() doesn't return an ERR_PTR
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 15 Aug 2013 05:54:56 +0000
(08:54 +0300)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Mon, 19 Aug 2013 00:42:29 +0000
(09:42 +0900)
alloc_page() returns a NULL on failure, it never returns an ERR_PTR.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
No differences found