Skip to content
Commit 0d135e4f authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

net: atm: remove redundant null pointer check on dev->name



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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e202d4c6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment