]> git.infradead.org Git - mtd-utils.git/commit
mtd-utils: flash_otp_dump make offset optional
authorMichael Walle <michael@walle.cc>
Thu, 18 Aug 2022 09:35:48 +0000 (11:35 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Tue, 27 Sep 2022 06:32:46 +0000 (08:32 +0200)
commit374d3cd10eebacae3f5e987ce9e8cf8e8418a4db
treea594742d391449098b077d100aaf30949fc6dccb
parentdf12f903eb26c5abbdcaa44732ff36b17c3a6032
mtd-utils: flash_otp_dump make offset optional

Commit 0a5e2fa5c1e4 ("mtd-utils: add optional offset parameter to
flash_otp_dump") introduced an offset parameter. This should have
been optional, but there was a typo. Fix it.

Reported-by: Sergei Antonov <saproj@gmail.com>
Fixes: 0a5e2fa5c1e4 ("mtd-utils: add optional offset parameter to flash_otp_dump")
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Sergei Antonov <saproj@gmail.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
misc-utils/flash_otp_dump.c