• Rolf Eike Beer's avatar
    [PATCH] PCI Express Hotplug: kill more useless casts · 0f0f1518
    Rolf Eike Beer authored
    This patch does two things:
    -remove casts of pointers which are void* or already the correct type for the
     target
    -if we dereferenced a struct member and copied this to it's own variable use
     this and don't dereference the member again
    0f0f1518
pciehp_hpc.c 39.9 KB