From: Chris Johns <chr...@rtems.org> --- bsps/arm/beagle/i2c/bbb-i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsps/arm/beagle/i2c/bbb-i2c.c b/bsps/arm/beagle/i2c/bbb-i2c.c index 4153063a34..664684b02f 100644 --- a/bsps/arm/beagle/i2c/bbb-i2c.c +++ b/bsps/arm/beagle/i2c/bbb-i2c.c @@ -65,7 +65,7 @@ static int am335x_i2c_fill_registers( /* FIXME: The pin handling should be replaced by a proper pin handling during * initialization. This one is heavily board specific. */ #if ! IS_AM335X - printk ("The I2C driver currently only works on Beagle Bone. Please add your pin configs.") + printk ("The I2C driver currently only works on Beagle Bone. Please add your pin configs."); return EINVAL; #endif bus->regs = (volatile bbb_i2c_regs *) register_base; -- 2.21.0 (Apple Git-122) _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel