diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-05 14:51:20 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-04-07 23:49:45 +0300 |
commit | 3aadcf83820a8ae675a3ad88a6e889eb9638df7f (patch) | |
tree | 4db98f540eaf344a6bcdb2e73afaf71d357260b8 /drivers/ata/pata_pxa.c | |
parent | 8305f72f952cff21ce8109dc1ea4b321c8efc5af (diff) | |
download | linux-3aadcf83820a8ae675a3ad88a6e889eb9638df7f.tar.xz |
ata: ahci-imx: remove redundant assignment to ret
The variable ret is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/ata/pata_pxa.c')
0 files changed, 0 insertions, 0 deletions