Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e24bb0ed authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Greg Kroah-Hartman
Browse files

staging: dgnc: remove NULL test



This NULL test is not required as iounmap will validate the argument.

Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 60acb623
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1307,6 +1307,5 @@ static void cls_vpd(struct dgnc_board *brd)
	}
	pr_info("\n");

	if (re_map_vpdbase)
	iounmap(re_map_vpdbase);
}