You need to sign in or sign up before continuing.
  • T
    bus: arm-ccn: Prevent hotplug callback leak · 26242b33
    Thomas Gleixner 提交于
    In case the driver registration fails, the hotplug callback is leaked.
    
    Not fatal, because it's never invoked as there are no instances registered,
    but wrong nevertheless.
    
    Fixes: fdc15a36 ("bus/arm-ccn: Convert to hotplug statemachine")
    Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
    Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Pawel Moll <pawel.moll@arm.com>
    Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Will Deacon <will.deacon@arm.com>
    26242b33
arm-ccn.c 46.2 KB