]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] USB: EHCI updates mostly whitespace cleanups
authorDavid Brownell <david-b@pacbell.net>
Wed, 23 Nov 2005 23:45:32 +0000 (15:45 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 24 Nov 2005 07:04:28 +0000 (23:04 -0800)
commitabcc94480634f6fe9fc29b821261e8162c87ddd2
tree9cede1350b9b26651bc47db292791985aac421d8
parentf03c17fc9abe8582d6ad830290b3093fdf1eea61
[PATCH] USB: EHCI updates mostly whitespace cleanups

This cleans up the recent updates to EHCI PCI support:

  - Gets rid of checks for "is this a PCI device", they're no
    longer needed since this is now all PCI-only code.

  - Reduce log spamming:  MWI is only interesting in the atypical
    case that it can actually be used.

  - Whitespace cleanup, as appropriate for a new file with no
    other pending patches.

So other than that minor logging change, no functional updates.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/usb/host/ehci-pci.c