summaryrefslogtreecommitdiff
path: root/board/ti/logic/logic-at24.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/logic/logic-at24.c')
-rw-r--r--board/ti/logic/logic-at24.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/logic/logic-at24.c b/board/ti/logic/logic-at24.c
index e1f03db2ce..f5e70c50d2 100644
--- a/board/ti/logic/logic-at24.c
+++ b/board/ti/logic/logic-at24.c
@@ -65,6 +65,8 @@ int at24_shutdown(void)
gpio_i2c_config_pin(GPIO_I2C_SCLK, GPIO_I2C_INPUT);
/* Restore pins back to their intended use */
gpio_i2c_restore_pins();
+
+ return 0;
}
/* Send the offset to the AT24 chip */