commit | b94badbb47cb50f4fca8440efdaa8ebd32604fe4 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@insightbb.com> | Tue Aug 01 22:33:34 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 27 11:58:49 2006 -0700 |
tree | ab30562cdd55a5587bb596f23f443b3d8910a0e1 | |
parent | 988440e7e51c6f8061c98d03d618ba090e7b84ef [diff] |
USB: Make usb_buffer_free() NULL-safe kfree() handles NULL arguments which is handy in error handling paths as one does need to insert bunch of ifs. How about making usb_buffer_free() do the same? Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>