diff options
author | Joe Perches <joe@perches.com> | 2013-06-04 22:34:35 +0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-24 21:44:19 +0400 |
commit | 957d6bf665462eb1e94f7c23b4bdf20a83fea4b2 (patch) | |
tree | 28ecf7f0230285508ca061a6f0c565b1fc1e389d /arch/m68k/include/asm/uaccess_mm.h | |
parent | 378f7ca6aa2269519b825246e63f81f95f10a63b (diff) | |
download | linux-957d6bf665462eb1e94f7c23b4bdf20a83fea4b2.tar.xz |
swim: Release memory region after incorrect return/goto
The code uses
return foo;
goto err_type;
when instead the form should have been
ret = foo;
goto err_type;
Here this causes a useful release_mem_region to be skipped.
Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Laurent Vivier <Laurent@Vivier.EU>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/uaccess_mm.h')
0 files changed, 0 insertions, 0 deletions