commit | 54169ddd382d461f7c01cc5a5182a4b4bc539489 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Thu Jul 12 13:01:56 2018 +0200 |
committer | Richard Weinberger <richard@nod.at> | Wed Aug 15 00:25:21 2018 +0200 |
tree | da55921bb2598992c29f383e53a05c8ac5d2217e | |
parent | c355aa465fce5b446789348a2c50c3eb58ee6756 [diff] |
ubifs: Turn two ubifs_assert() into a WARN_ON() We are going to pass struct ubifs_info to ubifs_assert() but while unloading the UBIFS module we don't have the info struct anymore. Therefore replace the asserts by a regular WARN_ON(). Signed-off-by: Richard Weinberger <richard@nod.at>