Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 787dffa5 authored by Tormod Volden's avatar Tormod Volden Committed by Paul Mundt
Browse files

savagefb: Remove obsolete else clause in savage_setup_i2c_bus



The else clause was not needed after the cleanup in commit
b8901b09

Signed-off-by: default avatarTormod Volden <debian.tormod@gmail.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 21cd72e7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -159,8 +159,7 @@ static int savage_setup_i2c_bus(struct savagefb_i2c_chan *chan,
		else
			dev_warn(&chan->par->pcidev->dev,
				 "Failed to register I2C bus %s.\n", name);
	} else
		chan->par = NULL;
	}

	return rc;
}