From 5488c0795dd83dcf6eb3cfefeafc14bebc46cf9e Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Sat, 7 Sep 2019 10:20:30 +0200 Subject: [PATCH] nmhw21: cleanup - fix formatting - remove unused variable --- board/nm/nmhw21/board.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/board/nm/nmhw21/board.c b/board/nm/nmhw21/board.c index b0f2de0fee..1166c6033a 100644 --- a/board/nm/nmhw21/board.c +++ b/board/nm/nmhw21/board.c @@ -666,7 +666,7 @@ static void init_user_module(void) da9063_release_i2c_bus(bus); - mdelay(200); /* Give module some time to boot */ + mdelay(200); /* Give module some time to boot */ um_init(CONFIG_UM_I2C_BUS); /* Try to detect user module */ if (um_present()) { @@ -699,8 +699,6 @@ static void init_sim_mux(void) static void init_gsm(void) { - int bus; - /* * Perform power up sequence for TOBY-L2 modem. *