Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-08-20 Thread Tomi Valkeinen
On 21/08/15 04:46, Krzysztof Kozlowski wrote: > On 20.08.2015 18:16, Tomi Valkeinen wrote: >> >> >> On 24/07/15 09:12, Krzysztof Kozlowski wrote: >>> 2015-07-08 13:34 GMT+09:00 Jingoo Han : On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski wrote: > > The

Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-08-20 Thread Krzysztof Kozlowski
On 20.08.2015 18:16, Tomi Valkeinen wrote: > > > On 24/07/15 09:12, Krzysztof Kozlowski wrote: >> 2015-07-08 13:34 GMT+09:00 Jingoo Han : >>> >>> On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski >>> wrote: The platform_device_id is not modified by the driver and core uses it as

Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-08-20 Thread Tomi Valkeinen
On 24/07/15 09:12, Krzysztof Kozlowski wrote: > 2015-07-08 13:34 GMT+09:00 Jingoo Han : >> >> On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski >> wrote: >>> >>> The platform_device_id is not modified by the driver and core uses it as >>> const. >>> >>> Signed-off-by: Krzysztof Kozlowski >> >>

Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-08-20 Thread Tomi Valkeinen
On 24/07/15 09:12, Krzysztof Kozlowski wrote: 2015-07-08 13:34 GMT+09:00 Jingoo Han jingooh...@gmail.com: On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski k.kozlowsk...@gmail.com wrote: The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by:

Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-08-20 Thread Tomi Valkeinen
On 21/08/15 04:46, Krzysztof Kozlowski wrote: On 20.08.2015 18:16, Tomi Valkeinen wrote: On 24/07/15 09:12, Krzysztof Kozlowski wrote: 2015-07-08 13:34 GMT+09:00 Jingoo Han jingooh...@gmail.com: On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski k.kozlowsk...@gmail.com wrote: The

Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-08-20 Thread Krzysztof Kozlowski
On 20.08.2015 18:16, Tomi Valkeinen wrote: On 24/07/15 09:12, Krzysztof Kozlowski wrote: 2015-07-08 13:34 GMT+09:00 Jingoo Han jingooh...@gmail.com: On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski k.kozlowsk...@gmail.com wrote: The platform_device_id is not modified by the driver and

Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-07-24 Thread Krzysztof Kozlowski
2015-07-08 13:34 GMT+09:00 Jingoo Han : > > On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski > wrote: >> >> The platform_device_id is not modified by the driver and core uses it as >> const. >> >> Signed-off-by: Krzysztof Kozlowski > > Acked-by: Jingoo Han > > Best regards, > Jingoo Han Seems

Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-07-24 Thread Krzysztof Kozlowski
2015-07-08 13:34 GMT+09:00 Jingoo Han jingooh...@gmail.com: On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski k.kozlowsk...@gmail.com wrote: The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com

Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-07-07 Thread Jingoo Han
On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski wrote: > > The platform_device_id is not modified by the driver and core uses it as > const. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Jingoo Han Best regards, Jingoo Han > --- > drivers/video/fbdev/s3c-fb.c | 2 +- > 1 file changed,

[PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-07-07 Thread Krzysztof Kozlowski
The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski --- drivers/video/fbdev/s3c-fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/s3c-fb.c b/drivers/video/fbdev/s3c-fb.c index

[PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-07-07 Thread Krzysztof Kozlowski
The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com --- drivers/video/fbdev/s3c-fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/s3c-fb.c

Re: [PATCH RESEND] video: fbdev: s3c-fb: Constify platform_device_id

2015-07-07 Thread Jingoo Han
On 2015. 7. 7., at PM 10:00, Krzysztof Kozlowski k.kozlowsk...@gmail.com wrote: The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com Acked-by: Jingoo Han jingooh...@gmail.com Best regards, Jingoo Han