Re: [PATCH 4/5] wlcore: Use common error handling code in wlcore_set_beacon_template()

2017-10-30 Thread SF Markus Elfring
>> @@ -4081,9 +4078,8 @@ static int wlcore_set_beacon_template(struct wl1271 >> *wl, >> beacon->data, >> beacon->len, 0, >> min_rate); >> -end_bcn: >>

Re: [PATCH 4/5] wlcore: Use common error handling code in wlcore_set_beacon_template()

2017-10-30 Thread Julian Calaby
Hi Markus, On Mon, Oct 30, 2017 at 7:14 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 29 Oct 2017 20:16:22 +0100 > > Adjust jump targets so that a bit of exception handling can be better > reused at the end of this

[PATCH 4/5] wlcore: Use common error handling code in wlcore_set_beacon_template()

2017-10-29 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 29 Oct 2017 20:16:22 +0100 Adjust jump targets so that a bit of exception handling can be better reused at the end of this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring