aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/3c503.h
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-08-09 21:47:56 +0000
committerDavid S. Miller <davem@davemloft.net>2010-08-10 01:34:36 -0700
commitca315ac22c1a91fc8047254b250599890d8a7b30 (patch)
tree814076c69d1779aa3fe04fd2b0c3c9a2e09aa054 /drivers/net/3c503.h
parentphy.c: fix kernel-doc warnings (diff)
downloadlinux-dev-ca315ac22c1a91fc8047254b250599890d8a7b30.tar.xz
linux-dev-ca315ac22c1a91fc8047254b250599890d8a7b30.zip
qlcnic: clean up qlcnic_init_pci_info()
In the original code we allocated memory conditionally and freed it in the error handling unconditionally. It turns out that this function is only called during initialization and "adapter->npars" and "adapter->eswitch" are always NULL at the start of the function. I removed those checks. Also since I was cleaning things, I changed the error handling for qlcnic_get_pci_info() and pulled everything in an indent level. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/3c503.h')
0 files changed, 0 insertions, 0 deletions