summaryrefslogtreecommitdiff
path: root/drivers/net/bnx2.c
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-06-09 21:59:03 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-06-12 01:37:07 (GMT)
commitfc0ba8e87189b02683177116932fa580ab97b7ff (patch)
treeba9bac6b668cf6e5bbb2d1a55767302397641471 /drivers/net/bnx2.c
parent62522d36d74a843e78d17f2dffc90468c6762803 (diff)
downloadlinux-fsl-qoriq-fc0ba8e87189b02683177116932fa580ab97b7ff.tar.xz
enic: cleanup vic_provinfo_alloc()
If oui were a null variable then vic_provinfo_alloc() would leak memory. But this function is only called from one place and oui is not null so I removed the check. I also moved the memory allocation down a line so it was easier to spot. (No one ever reads variable declarations). Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2.c')
0 files changed, 0 insertions, 0 deletions