From: Colin King <[email protected]> Date: Tue, 16 Aug 2016 12:08:42 +0100
> From: Colin Ian King <[email protected]> > > dev->name is a char array of IFNAMSIZ elements, hence can never be > null, so the null pointer check is redundant. Remove it. > > Signed-off-by: Colin Ian King <[email protected]> Applied.
