commit | bfd5df3c0cf65bdf10a3a00baff036cb096140f6 | [log] [tgz] |
---|---|---|
author | Chris Lund <docmax@gmail.com> | Sat Jun 03 13:58:19 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 15:04:16 2006 -0700 |
tree | 3b7835253e0b1f03bc42e323fe3988ee407c0e11 | |
parent | 14f76cc7ab75b1c9db036dcd6b247e0dcc8952be [diff] |
[PATCH] USB: free allocated memory on io_edgeport startup memory failure While an Edgeport is allocating individual port structures, if kmalloc returns NULL, the serial structure is freed and -ENOMEM, but the ports allocated before the failure are not freed. This patch addresses that condition. Signed-off-by: Christopher Lund <docmax@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>