diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2015-10-20 14:56:22 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2015-10-21 18:29:44 +0200 |
commit | 0b8d8ce0297c4376d50318692e0aa53a3aaed90c (patch) | |
tree | 4e8c8951466c5f2deae0d740295587b00e88ebbf /Documentation/video-output.txt | |
parent | d91876496bcf2236efb75ef12378c964bbe8c970 (diff) | |
download | linux-0b8d8ce0297c4376d50318692e0aa53a3aaed90c.tar.bz2 |
btrfs: check-integrity: Fix returned errno codes
check-integrity is using -1 instead of the -ENOMEM defined macro to
specify that a buffer allocation failed. Since the error number is
propagated, the caller will get a -EPERM which is the wrong error
condition.
Also, the smatch tool complains with the following warnings:
btrfsic_process_superblock() warn: returning -1 instead of -ENOMEM is sloppy
btrfsic_read_block() warn: returning -1 instead of -ENOMEM is sloppy
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation/video-output.txt')
0 files changed, 0 insertions, 0 deletions