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>
{
struct goldfish_tty *qtty;
int ret = -EINVAL;
- int i;
struct resource *r;
struct device *ttydev;
void __iomem *base;