commit | 40836c484c31301998a14be0439cc4e856399843 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Mon Oct 13 10:36:11 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:39 2008 -0700 |
tree | 3852b0d70a038d5a94a65d850dfb29f78363a15d | |
parent | 43b11d33f2c20c33fcf197780edb2e5d8a1b6a67 [diff] |
serial_8250: pci_enable_device fail is not fully handled <rmk> talking about leaks - I noticed that the 'check return of pci_enable_dev()' in the 8250 pci resume function finally made it in despite my objections against it (causing stuff in higher levels to leak). Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>