]> git.baikalelectronics.ru Git - kernel.git/commit
drm/usb: bind driver to correct device
authorDave Airlie <airlied@redhat.com>
Thu, 7 Feb 2013 00:10:04 +0000 (10:10 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 7 Feb 2013 02:37:41 +0000 (12:37 +1000)
commitbc5f4860135727efa4ebcc7906ea6869b02b653f
treed59aff17367e0f32be4e3b177caae28d44e62c42
parent8bd541dd6a273e7384868f10dd966b25da72596f
drm/usb: bind driver to correct device

While looking at plymouth on udl I noticed that plymouth was trying
to use its fb plugin not its drm one, it was trying to drmOpen a driver called
usb not udl, noticed that we actually had out driver pointing at the wrong
device.

Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_usb.c