commit | 9173a88f46bf53e2fa85337563b39e13c43c7f2e | [log] [tgz] |
---|---|---|
author | Matvejchikov Ilya <matvejchikov@gmail.com> | Tue Jul 12 21:46:57 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 13 02:31:39 2011 -0700 |
tree | 31d9240e04a9313fc7ca151a56e541c866d0daf1 | |
parent | e28634d6b229dec216596298c765c203d6b6fa4c [diff] |
slip: remove redundant check slip_devs for NULL As slip_devs is initialized on module load stage there is no reason to check it for NULL anywhere instead of the deinitialization routine because if we can't get enough memory on startup we don't run at all. Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>