[PATCH 1/2] arm/beanglebone: Fix i2c build error.

chrisj at rtems.org chrisj at rtems.org
Sat Oct 19 07:41:23 UTC 2019


From: Chris Johns <chrisj at 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)



More information about the devel mailing list