From: Antonio Ospite Date: Thu, 30 Jun 2016 15:58:33 +0000 (+0200) Subject: am7xxx: simplify one return path in am7xxx_init() X-Git-Tag: v0.1.7~37 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/12521481f11d23c8afbb6f21659ca901a9663959?hp=12521481f11d23c8afbb6f21659ca901a9663959 am7xxx: simplify one return path in am7xxx_init() Just return directly when there is no cleanup to do, it is more readable. ---