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

From: SF Markus Elfring
Date: Mon Oct 30 2017 - 09:45:01 EST


>> @@ -4081,9 +4078,8 @@ static int wlcore_set_beacon_template(struct wl1271 *wl,
>> beacon->data,
>> beacon->len, 0,
>> min_rate);
>> -end_bcn:
>> +free_skb:
>
> Why rename the label?

I find it clearer according to the Linux coding style.

Regards,
Markus