-off-by: Nicholas Krause
---
drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c | 15 +--
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
b/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c
index 87885d8..77c656a 100644
--- a/drivers
Fixes not returning correct error code value in qxl_drv.c for the function,
qxl_pci_probe as this is a error with the device rather then an incorrect
value as stated by the DRM_ERROR statement above the return if this function
returns a error.
Signed-off-by: Nicholas Krause
---
drivers/gpu/drm
Removes unnessary define statements not needing for this hardware
driver to function correctly.
Signed-off-by: Nicholas Krause
---
drivers/gpu/drm/gma500/psb_drv.h | 4
1 file changed, 4 deletions(-)
diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h
index
Removes unneeeded struct *lvds_i2c_bus of type, psb_intel_i2c_chan as this
struct
is no needed due to never being used in the header file, psb_drv.h and therefore
should be removed from this header file.
Signed-off-by: Nicholas Krause
---
drivers/gpu/drm/gma500/psb_drv.h | 1 -
1 file changed