diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2010-03-05 21:43:19 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-06 19:26:35 (GMT) |
commit | 45bf5cd7be624712ef1591e9de71f0ff7ad21cf1 (patch) | |
tree | dfd51f59aad8a742462da0604ed8bd121a9833a1 /scripts/module-common.lds | |
parent | 08564fb7ab9ead9226b6154439c3fecd17972eb0 (diff) | |
download | linux-45bf5cd7be624712ef1591e9de71f0ff7ad21cf1.tar.xz |
fs/compat_ioctl.c: suppress two warnings
fs/compat_ioctl.c: In function 'do_ioctl_trans':
fs/compat_ioctl.c:534: warning: 'karg' may be used uninitialized in this function
fs/compat_ioctl.c:533: warning: 'kcmd' may be used uninitialized in this function
fs/compat_ioctl.c:656: warning: 'ret' may be used uninitialized in this function
Reduces text size by 44 bytes.
If someone calls one of these functions with an unexpected argument, the
code's buggy as-is.
Amerigo Wang <amwang@redhat.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/module-common.lds')
0 files changed, 0 insertions, 0 deletions