i40e: Fix possible memory leak in i40e_dbg_dump_desc
authorJoe Perches <joe@perches.com>
Mon, 8 Dec 2014 04:28:39 +0000 (04:28 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 31 Dec 2014 23:40:12 +0000 (15:40 -0800)
commite3fe44c75913076b06ca0d0b79c21ce326ce3ef8
tree3785b79c9b4fe9b241e4759889a6c12da3187bf4
parent2184aa3d0f6f952ca55b9daeaeb9d1e3d6b74a83
i40e: Fix possible memory leak in i40e_dbg_dump_desc

I didn't notice that return in the code, fix it by
adding a goto out instead to free the memory.

Fixes:

> New smatch warnings:
> drivers/net/ethernet/intel/i40e/i40e_debugfs.c:832 i40e_dbg_dump_desc() warn: possible memory leak of 'ring'

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Joe Perches <joe@perches.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_debugfs.c