diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2018-10-01 18:44:58 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-13 13:21:25 +0200 |
commit | 014704e6f54189a203cc14c7c0bb411b940241bc (patch) | |
tree | 5e1a5e8e79294eab51e9cc2d5f54bfcb76c85f89 /drivers/mailbox/mailbox.c | |
parent | powerpc/perf: Quiet IMC PMU registration message (diff) | |
download | linux-014704e6f54189a203cc14c7c0bb411b940241bc.tar.xz linux-014704e6f54189a203cc14c7c0bb411b940241bc.zip |
powerpc: Fix signedness bug in update_flash_db()
The "count < sizeof(struct os_area_db)" comparison is type promoted to
size_t so negative values of "count" are treated as very high values
and we accidentally return success instead of a negative error code.
This doesn't really change runtime much but it fixes a static checker
warning.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/mailbox/mailbox.c')
0 files changed, 0 insertions, 0 deletions