commit | 07b0173cb5d6a9d77646cd855066ebe90b9203f2 | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Fri Aug 28 14:01:15 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 29 15:42:54 2009 -0700 |
tree | 5a2490f1965e552688f4b3cec4453d0bba99a386 | |
parent | 79ed5ac7ddd5f8d6463f5a17b3575772e9896481 [diff] |
tg3: Cleanup interrupt setup / teardown Later patches will be adding MSIX support, which will complicate interrupt initialization. This patch prepares for the integration by breaking out the interrupt setup and teardown code into separate functions and cleaning up the error return paths. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>