summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2013-03-27 18:25:04 +0000
committerDavid S. Miller <davem@davemloft.net>2013-03-27 14:30:55 -0400
commit429a22ca39e531d9f8bacac1f81f7207909bcbd2 (patch)
tree32193c308f165af8f7b4c1496110c70233ad146e /scripts
parente2a553dbf18a5177fdebe29495c32a8e7fd3a4db (diff)
downloadlinux-429a22ca39e531d9f8bacac1f81f7207909bcbd2.tar.bz2
yam: remove redundant null check on dev
yam_open has a redundant null check on null, it will never be called with dev == NULL. Remove this redundant check. This also cleans up a smatch warning: drivers/net/hamradio/yam.c:869 yam_open() warn: variable dereferenced before check 'dev' (see line 867) Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions