Skip to content
  • Matthijs Kooijman's avatar
    [media] rc: Make probe cleanup goto labels more verbose · 70ef6991
    Matthijs Kooijman authored
    
    
    Before, labels were simply numbered. Now, the labels are named after the
    cleanup action they'll perform (first), based on how the winbond-cir
    driver does it. This makes the code a bit more clear and makes changes
    in the ordering of labels easier to review.
    This change is applied only to the rc drivers that do significant
    cleanup in their probe functions: ati-remote, ene-ir, fintek-cir,
    gpio-ir-recv, ite-cir, nuvoton-cir.
    This commit should not change any code, it just renames goto labels.
    
    [mchehab@redhat.com: removed changes at gpio-ir-recv.c, due to
     merge conflicts]
    
    Signed-off-by: default avatarMatthijs Kooijman <matthijs@stdin.nl>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    70ef6991