Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1182533 > unrolled thread
| Started by | Mark yao <mark.yao@rock-chips.com> |
|---|---|
| First post | 2015-07-13 08:10 +0200 |
| Last post | 2015-07-13 08:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 2/2] drm/rockchip: Drop owner assignment from platform_driver Mark yao <mark.yao@rock-chips.com> - 2015-07-13 08:10 +0200
| From | Mark yao <mark.yao@rock-chips.com> |
|---|---|
| Date | 2015-07-13 08:10 +0200 |
| Subject | Re: [PATCH v2 2/2] drm/rockchip: Drop owner assignment from platform_driver |
| Message-ID | <pLF6a-1vh-11@gated-at.bofh.it> |
On 2015年07月10日 18:37, Krzysztof Kozlowski wrote:
> platform_driver does not need to set an owner because
> platform_driver_register() will set it.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> ---
> Changes since v1:
> 1. Split owner removal from rockchip to separate patch (spotted by Mark
> Yao).
> ---
> drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_drv.c b/drivers/gpu/drm/rockchip/rockchip_drm_drv.c
> index 01b558fe3695..9a0c2911272a 100644
> --- a/drivers/gpu/drm/rockchip/rockchip_drm_drv.c
> +++ b/drivers/gpu/drm/rockchip/rockchip_drm_drv.c
> @@ -555,7 +555,6 @@ static struct platform_driver rockchip_drm_platform_driver = {
> .probe = rockchip_drm_platform_probe,
> .remove = rockchip_drm_platform_remove,
> .driver = {
> - .owner = THIS_MODULE,
> .name = "rockchip-drm",
> .of_match_table = rockchip_drm_dt_ids,
> .pm = &rockchip_drm_pm_ops,
Thanks for the fix, applied to my drm-next branch, :-)
--
Mark
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web