summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/i2c-omap.c')
-rw-r--r--drivers/i2c/busses/i2c-omap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
index adc952b043..0d714cc940 100644
--- a/drivers/i2c/busses/i2c-omap.c
+++ b/drivers/i2c/busses/i2c-omap.c
@@ -1023,6 +1023,8 @@ i2c_omap_probe(struct device_d *pdev)
i2c_omap->speed = speed;
i2c_omap->base = dev_request_mem_region(pdev, 0);
+ if (IS_ERR(i2c_omap->base))
+ return PTR_ERR(i2c_omap->base);
/*
* Read the Rev hi bit-[15:14] ie scheme this is 1 indicates ver2.