Re: [PATCH 5/7] USB: cdc-acm: clean up probe error labels

2021-03-22 Thread Oliver Neukum
Am Donnerstag, den 18.03.2021, 16:52 +0100 schrieb Johan Hovold: > Name the probe error labels after what they do rather than using > sequence numbers which is harder to review and maintain (e.g. may > require renaming unrelated labels when a label is added or removed). > > Signed-off-by: Johan Ho

[PATCH 5/7] USB: cdc-acm: clean up probe error labels

2021-03-18 Thread Johan Hovold
Name the probe error labels after what they do rather than using sequence numbers which is harder to review and maintain (e.g. may require renaming unrelated labels when a label is added or removed). Signed-off-by: Johan Hovold --- drivers/usb/class/cdc-acm.c | 35 ++-