diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-25 14:24:34 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-25 14:24:34 +0200 |
commit | 0c718676ab3f02e98e85e7049e03d2879c62cb10 (patch) | |
tree | e217d1994de317ae4495ef94ea46314049084579 /MAINTAINERS | |
parent | 64f7c494a3c02be664e287297144a2e84f9c7625 (diff) | |
download | blackbird-op-linux-0c718676ab3f02e98e85e7049e03d2879c62cb10.tar.gz blackbird-op-linux-0c718676ab3f02e98e85e7049e03d2879c62cb10.zip |
typec: tcpm: fix compiler warning about stupid things
gcc thinks it is too smart and gives off a "you might be using this
variable before it is initialized" warning in tcpm_pd_build_request(),
because it can not follow the logic through the tcpm_pd_select_pdo()
call.
So just make gcc quiet by initializing things to 0, to prevent the
myriad of people complaining that we now have a build warning.
Cc: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions