• Benjamin Herrenschmidt's avatar
    [PATCH] ppc32: Fix crash on load in DACA sound driver · 72c03218
    Benjamin Herrenschmidt authored
    The DACA sound driver (early iBook models) doesn't clear the i2c_client
    structure. That cause the embedded struct device (and thus kobject) to
    contain garbage in the "k_name" field, which kobject_set_name will
    later try to kfree...
    
    Also remove references to unused struct data_data.
    72c03218
dac3550a.c 4.91 KB