mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
proc: remove initialization assignment
The allocation address of the core_parent pointer variable is first executed in the function, no initialization assignment is required. Signed-off-by: Li zeming <zeming@nfschina.com> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
This commit is contained in:
parent
7e18e42e4b
commit
9a5213593c
@ -1246,7 +1246,7 @@ static bool get_links(struct ctl_dir *dir,
|
||||
static int insert_links(struct ctl_table_header *head)
|
||||
{
|
||||
struct ctl_table_set *root_set = &sysctl_table_root.default_set;
|
||||
struct ctl_dir *core_parent = NULL;
|
||||
struct ctl_dir *core_parent;
|
||||
struct ctl_table_header *links;
|
||||
int err;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user