Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528533
| From | Jacek Anaszewski <j.anaszewski@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] leds: leds-cobalt-raq: use builtin_platform_driver |
| Date | 2016-11-23 17:00 +0100 |
| Message-ID | <sGI7M-6KY-13@gated-at.bofh.it> (permalink) |
| References | <sGI7M-6KY-15@gated-at.bofh.it> <sGHbI-6cs-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Geliang,
Thanks for the patch.
Applied to the for-next branch of liunx-leds.git.
Best regards,
Jacek Anaszewski
On 11/23/2016 03:50 PM, Geliang Tang wrote:
> Use builtin_platform_driver() helper to simplify the code.
>
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>
> ---
> drivers/leds/leds-cobalt-raq.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/drivers/leds/leds-cobalt-raq.c b/drivers/leds/leds-cobalt-raq.c
> index b316df4..8d066fa 100644
> --- a/drivers/leds/leds-cobalt-raq.c
> +++ b/drivers/leds/leds-cobalt-raq.c
> @@ -115,8 +115,4 @@ static struct platform_driver cobalt_raq_led_driver = {
> },
> };
>
> -static int __init cobalt_raq_led_init(void)
> -{
> - return platform_driver_register(&cobalt_raq_led_driver);
> -}
> -device_initcall(cobalt_raq_led_init);
> +builtin_platform_driver(cobalt_raq_led_driver);
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] leds: leds-cobalt-raq: use builtin_platform_driver Geliang Tang <geliangtang@gmail.com> - 2016-11-23 16:00 +0100 Re: [PATCH] leds: leds-cobalt-raq: use builtin_platform_driver Jacek Anaszewski <j.anaszewski@samsung.com> - 2016-11-23 17:00 +0100
csiph-web