commit | b72841e4dcd54de486fca2e4ffa00b8defc1eecc | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Sep 10 13:00:23 2021 +0100 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Tue Sep 14 19:36:34 2021 +0200 |
tree | d4b09b3acd4bf3053d727591ac8359990835b1c1 | |
parent | 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f [diff] |
mtd: mtdswap: Remove redundant assignment of pointer eb The pointer eb is being assigned a value that is never read, it is being updated later on. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20210910120023.46308-1-colin.king@canonical.com