mm/secretmem: remove redundant initiialization of pointer file
authorColin Ian King <colin.i.king@gmail.com>
Mon, 16 Jan 2023 16:43:32 +0000 (16:43 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:33:21 +0000 (22:33 -0800)
commit98001fd63d59d2f99c90db823d322de91ff7d771
treed642c5c5050e4c54a6112b942200ae7ab08acceb
parent11a980420719712f419dbb325940907f5d1afbdd
mm/secretmem: remove redundant initiialization of pointer file

The pointer file is being initialized with a value that is never read, it
is being re-assigned later on.  Clean up code by removing the redundant
initialization.

Link: https://lkml.kernel.org/r/20230116164332.79500-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foudation.org>
Reviewed-by: Mike Rapoport (IBM) <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/secretmem.c