This BUG_ON() is useless, because the same effect will be obtained
by letting the code run its course and vm being dereferenced,
triggering an exception.
So just remove this check.
Acked-by: Marc Zyngier <maz@xxxxxxxxxx>
Signed-off-by: Guanrui Huang <guanrui.huang@xxxxxxxxxxxxxxxxx>