commit | 6a08a2f12781ca788759ff73acf1f36f6ae3f9b7 | [log] [tgz] |
---|---|---|
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | Thu May 23 11:19:47 2019 +1200 |
committer | Richard Weinberger <richard@nod.at> | Sun Jul 07 20:39:16 2019 +0200 |
tree | 7fb10893ff8afab15e9bfd7200c9ed58a15a71a6 | |
parent | df616d7a442b90798d63fbf4447154bbbb9040b1 [diff] |
mtd: concat: refactor concat_lock/concat_unlock concat_lock() and concat_unlock() only differed in terms of the mtd_xx operation they called. Refactor them to use a common helper function and pass a boolean flag to indicate whether lock or unlock is needed. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Signed-off-by: Richard Weinberger <richard@nod.at>