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

Commit 1f17fcd0 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Dave Airlie
Browse files

gma500: oaktrail_hdmi_i2c_handler(): base should be __iomem

parent d64363c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -250,7 +250,7 @@ static irqreturn_t oaktrail_hdmi_i2c_handler(int this_irq, void *dev)
 */
 */
static void oaktrail_hdmi_i2c_gpio_fix(void)
static void oaktrail_hdmi_i2c_gpio_fix(void)
{
{
	void *base;
	void __iomem *base;
	unsigned int gpio_base = 0xff12c000;
	unsigned int gpio_base = 0xff12c000;
	int gpio_len = 0x1000;
	int gpio_len = 0x1000;
	u32 temp;
	u32 temp;