diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-12-27 11:28:12 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-01-05 11:54:53 +0100 |
commit | 389b45d6b05784c0043bac859666b98a5f704402 (patch) | |
tree | c71a241a920666202ebb240788ea2adecddbbe36 /test/py/tests | |
parent | 0e3a7aa7a9cbf5764cae8ffbda09985c677d4476 (diff) |
zynq: mtd: nand: remove superfluous if
This sort of code does not make much sense:
if (ondie_ecc_enabled) {
if (ondie_ecc_enabled) {
Remove the inner if.
The problem was indicated by cppcheck.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'test/py/tests')
0 files changed, 0 insertions, 0 deletions