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:
65795ef
)
dlm: Fix uninitialised variable warning in lock.c
author
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 15 Jun 2009 07:26:48 +0000
(08:26 +0100)
committer
David Teigland
<teigland@redhat.com>
Wed, 17 Jun 2009 16:31:32 +0000
(11:31 -0500)
CC [M] fs/dlm/lock.o
fs/dlm/lock.c: In function ‘find_rsb’:
fs/dlm/lock.c:438: warning: ‘r’ may be used uninitialized in this function
Since r is used on the error path to set r_ret, set it to NULL.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
No differences found