module: move early sanity checks into a helper
authorLuis Chamberlain <mcgrof@kernel.org>
Sun, 19 Mar 2023 21:27:38 +0000 (14:27 -0700)
committerLuis Chamberlain <mcgrof@kernel.org>
Fri, 24 Mar 2023 18:31:35 +0000 (11:31 -0700)
commit85e6f61c134f111232d27d3f63667c1bccbbc12d
treea0f56b3a4832868691623be2b963837cd09b8d2c
parent1e684172358453df1cb783d7c101a09ff08ceee1
module: move early sanity checks into a helper

Move early sanity checkers for the module into a helper.
This let's us make it clear when we are working with the
local copy of the module prior to allocation.

This produces no functional changes, it just makes subsequent
changes easier to read.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/main.c