diff options
author | Dan Carpenter <[email protected]> | 2010-04-26 12:10:06 +0200 |
---|---|---|
committer | Steve French <[email protected]> | 2010-04-26 19:08:01 +0000 |
commit | ad6cca6d5d0f713e1987e20ed982cfa9eb16b27e (patch) | |
tree | 996437a3ded92acbd27decc9695b6c895c99a7c0 /scripts/basic/docproc.c | |
parent | 04912d6a20185473db025061b9b2c81fbdffc48b (diff) |
cifs: change && to ||
This is a typo, if pvolume_info were NULL it would oops.
This function is used in clean up and error handling. The current code
never passes a NULL pvolume_info, but it could pass a NULL *pvolume_info
if the kmalloc() failed.
Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Jeff Layton <[email protected]>
Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions