Skip to content
  • Jeff Garzik's avatar
    [ISDN] HiSax hfc_pci: minor cleanups · 98fc4839
    Jeff Garzik authored
    
    
    * trim trailing whitespace
    * remove CONFIG_PCI ifdefs, this driver is always PCI (Kconfig enforced)
    * remove return statements at the tail of a function
    * remove indentation levels by returning an error code immediately.
      Makes the code much more readable, and easier to update to PCI hotplug
      API.
    
    Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
    98fc4839