commit | 347cf10aed1657a2b385a95f92763a67062c5ad3 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Tue Mar 25 14:38:44 2014 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Mar 27 02:19:50 2014 +0000 |
tree | 0e63e153ca002dc47a37e1505b432ac54038e61e | |
parent | b098d6726bbfb94c06d6e1097466187afddae61f [diff] |
drm/udl: take reference to device struct for dma-bufs this stops the device from being deleted before all the dma-bufs on it are freed, this fixes an oops when you unplug a udl device while it has imported a buffer from another device. Signed-off-by: Dave Airlie <airlied@redhat.com>