Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "usbtmc: convert to devm_kzalloc"
This reverts commit e6c7efd. Turns out it was totally wrong. The memory is supposed to be bound to the kref, as the original code was doing correctly, not the device/driver binding as the devm_kzalloc() would cause. This fixes an oops when read would be called after the device was unbound from the driver. Reported-by: Ladislav Michl <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: stable <[email protected]> # 3.12+ Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information