Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1220192

[PATCH v2 0/2] leds: leds-ipaq-micro: Use resource managed functions and fix coding style.

Path csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!newsfeed.CARNet.hr!news.spin.it!bofh.it!news.nic.it!robomod
From Muhammad Falak R Wani <falakreyaz@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] leds: leds-ipaq-micro: Use resource managed functions and fix coding style.
Date Mon, 07 Sep 2015 16:10:02 +0200
Message-ID <q65ho-7Mu-29@gated-at.bofh.it> (permalink)
X-Original-To Bryan Wu <cooloney@gmail.com>, Richard Purdie <rpurdie@rpsys.net>, Jacek Anaszewski <j.anaszewski@samsung.com>, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=3VSquP91b90XdxSI0QrFUOfx++mrunmkjcybqDlf4kg=; b=QVTQqp00v9LiDpDff+4VmApQqBuDKAen017qxY/NMzKRZdfbMivSIuMHjuRXsaUTeu pwggCxRgNm69Jx5Wk/s0rBKMKy13apkm/zCU9C+L5znlOuVaBv6XsNU38x305QTvCB4m QumoMpC9zuGzqthjDaEa7gRLb92kCrWmUfsWdlLbvbH/w+/TebMj9w5M4wFLbq42XqaV 5EfcT/hleeA34fn7c8jypRFgdAvwvPpw/ombTWWwoXk7bQ3PeqgOrrMX356qYmqxOUNj FE3SZqzg5wM8z+K+9oWyyEzziq8TD+rSRXx2/YbhmGI0mzwiZWWzjZS+or8rgTWkQ9Pq BSQA==
X-Received by 10.66.193.230 with SMTP id hr6mr46306337pac.39.1441634963874; Mon, 07 Sep 2015 07:09:23 -0700 (PDT)
X-Mailer git-send-email 1.9.1
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 20
Organization linux.* mail to news gateway
X-Original-Cc Muhammad Falak R Wani <falakreyaz@gmail.com>
X-Original-Date Mon, 7 Sep 2015 19:43:22 +0530
X-Original-Message-ID <1441635204-3634-1-git-send-email-falakreyaz@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1220192

Show key headers only | View raw


Hi,
Based on the suggestion from Jaeck, the orginal patch is split into
two, one patch fixes the coding style issues, and the other
uses resource managed function, devm_led_classdev_register.

Muhammad Falak R Wani (2):
  leds: leds-ipaq-micro: Use devm_led_classdev_register
  leds: leds-ipaq-micro: Fix coding style issues

 drivers/leds/leds-ipaq-micro.c | 47 ++++++++++++++++++------------------------
 1 file changed, 20 insertions(+), 27 deletions(-)

-- 
1.9.1

--
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 linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] leds: leds-ipaq-micro: Use resource managed functions and fix coding style. Muhammad Falak R Wani <falakreyaz@gmail.com> - 2015-09-07 16:10 +0200
  [PATCH v2 1/2] leds: leds-ipaq-micro: Use devm_led_classdev_register Muhammad Falak R Wani <falakreyaz@gmail.com> - 2015-09-07 16:20 +0200
    Re: [PATCH v2 1/2] leds: leds-ipaq-micro: Use  devm_led_classdev_register Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-09-07 17:00 +0200
  [PATCH v2 2/2] leds: leds-ipaq-micro: Fix coding style issues Muhammad Falak R Wani <falakreyaz@gmail.com> - 2015-09-07 16:20 +0200
    Re: [PATCH v2 2/2] leds: leds-ipaq-micro: Fix coding style issues Jacek Anaszewski <j.anaszewski@samsung.com> - 2015-09-07 17:00 +0200

csiph-web