Comment 16 for bug 1014800

Revision history for this message
Julian Wiedmann (jwiedmann) wrote :

Landed in Quantal as

commit bd2c6675ad6c33e2130860ab513466bd9a4069e3
Author: Luis Henriques <email address hidden>
Date: Tue Jun 19 11:29:49 2012 -0300

    media: ene_ir: Fix driver initialisation

    commit b31b021988fed9e3741a46918f14ba9b063811db upstream.

    commit 9ef449c6b31bb6a8e6dedc24de475a3b8c79be20 ("[media] rc: Postpone ISR
    registration") fixed an early ISR registration on several drivers. It did
    however also introduced a bug by moving the invocation of pnp_port_start()
    to the end of the probe function.

    This patch fixes this issue by moving the invocation of pnp_port_start() to
    an earlier stage in the probe function.