commit | ecdf3ab01f66585d0cb630b3ec28981dd4e7adff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:35 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | a6a3a53b49d1028455f154731adee883e54ca4aa | |
parent | c7b63d500df707bd9c9041e0dae3a25f56098978 [diff] |
dm: usb: Mark the device name as alloced when binding Since usb_find_and_bind_driver() allocates the device name it should tell driver about that, to avoid memory leaks. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>