Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm
Laurent Pinchart c7963f5f13 drm: omapdrm: dsi: Use dev pointer directly in dsi_bind() function
The dsi_bind() function receives a pointer to a struct device that it
casts to a struct platform_device, only to use the platform device's dev
field through the code. Use the dev pointer directly.

While at it rename the struct platform_device pointer dsidev to pdev to
make it more explicit.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
2018-03-01 09:18:18 +02:00
..
2018-01-30 18:05:25 +01:00
2018-02-01 11:35:46 +10:00
2017-12-27 19:00:09 -05:00
2018-02-19 14:19:04 -05:00
2018-02-19 14:19:52 -05:00
2017-11-23 12:31:49 +02:00
2018-01-24 15:49:04 -05:00