nmhw21: cleanup
- fix formatting - remove unused variable
This commit is contained in:
parent
8ec934e776
commit
5488c0795d
|
|
@ -666,7 +666,7 @@ static void init_user_module(void)
|
||||||
|
|
||||||
da9063_release_i2c_bus(bus);
|
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 */
|
um_init(CONFIG_UM_I2C_BUS); /* Try to detect user module */
|
||||||
|
|
||||||
if (um_present()) {
|
if (um_present()) {
|
||||||
|
|
@ -699,8 +699,6 @@ static void init_sim_mux(void)
|
||||||
|
|
||||||
static void init_gsm(void)
|
static void init_gsm(void)
|
||||||
{
|
{
|
||||||
int bus;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Perform power up sequence for TOBY-L2 modem.
|
* Perform power up sequence for TOBY-L2 modem.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue