]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
goldfish: goldfish_tty_probe() is not using 'i' any more
authorJiri Kosina <jkosina@suse.cz>
Tue, 10 Mar 2015 09:45:30 +0000 (10:45 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 10 Mar 2015 09:45:30 +0000 (10:45 +0100)
commit0e4f93e5017d9d8080bbd34db17836e090eb46fe
tree8b772a46bd401e02d77d2e9d1f67561e7db3306f
parentc1f4775ab57605a5e2003cd96034145d791abf62
goldfish: goldfish_tty_probe() is not using 'i' any more

The only place where 'i' has been used was a dead code that
got removed by 2a2483685a9de ("goldfish: remove unreachable line
of code"). Remove the last reference to the variable as well.

Fixes: 2a2483685a9de ("goldfish: remove unreachable line of code")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/tty/goldfish.c