[PATCH] gprs: Do nothing on detached when attaching.

2019-09-22 Thread richard . rojfors
From: Richard Röjfors Its incorrect to fiddle with the driver attach state when attaching. When attaching the state is transitioning, and the correct state will not always be assigned in the end of the attach process, regardless of result. --- src/gprs.c | 9 + 1 file changed, 9 insertio

[PATCH] plugins: quectel: Fix compiler warning

2019-09-22 Thread richard . rojfors
From: Richard Röjfors plugins/quectel.c: In function ‘quectel_pre_sim’: plugins/quectel.c:1150:20: error: unused variable ‘sim’ [-Werror=unused-variable] struct ofono_sim *sim; --- plugins/quectel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/quectel.c b/plugins/quectel.c index