[rtems commit] arm/beanglebone: Fix i2c build error.

Chris Johns chrisj at rtems.org
Sun Oct 20 07:12:02 UTC 2019


Module:    rtems
Branch:    master
Commit:    2fdbdbc8b17a40837c53d70106f99eb8ec7c7988
Changeset: http://git.rtems.org/rtems/commit/?id=2fdbdbc8b17a40837c53d70106f99eb8ec7c7988

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sat Oct 19 15:53:50 2019 +1100

arm/beanglebone: Fix i2c build error.

---

 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 4153063..664684b 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;



More information about the vc mailing list