From: Jeff Garzik Date: Mon, 16 Jul 2007 01:48:07 +0000 (-0400) Subject: [ISDN] HiSax hfc_pci: minor cleanups X-Git-Tag: v2.6.23-rc1~512^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98fc4839aa00a02da83625e9fedad7a348c0af91;p=pandora-kernel.git [ISDN] HiSax hfc_pci: minor cleanups * 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: Jeff Garzik --- Reading git-diff-tree failed