• James Bottomley's avatar
    [PATCH] fix smc-mca cleanup breakage · 69f5a5c8
    James Bottomley authored
    The latest set of smc-mca fixes broke the driver.  Apparently, it wasn't
    realised that request_region() actually returns a pointer to the region
    you're requesting if it can.  Without this fix, the smc-mca cannot
    attach to any device.
    69f5a5c8
smc-mca.c 14.9 KB