diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2018-03-06 11:06:19 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2018-03-27 18:52:21 +0200 |
commit | acc2a51add8efac2c8925eb981792c0f11c88dfb (patch) | |
tree | 2107ace84d2f597607a3b060b863ef1f5f39ee5c /drivers/parisc/power.c | |
parent | parisc: Move various functions and strings to init section (diff) | |
download | linux-acc2a51add8efac2c8925eb981792c0f11c88dfb.tar.xz linux-acc2a51add8efac2c8925eb981792c0f11c88dfb.zip |
parisc: Silence uninitialized variable warning in dbl_to_sgl_fcnvff()
Smatch warns that is_tiny can be used uninitialized:
arch/parisc/math-emu/fcnvff.c:297 dbl_to_sgl_fcnvff()
error: uninitialized symbol 'is_tiny'.
This code is very old so that suggests the bug doesn't have a huge
affect in real life. But I've read the code and it seems like a
reasonable warning. Either way it should be harmless to initialize it
to false and silence the static checker warning.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/parisc/power.c')
0 files changed, 0 insertions, 0 deletions