Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1216771
| From | Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] video: fbdev: Use devm_clk_get |
| Date | 2015-09-01 13:00 +0200 |
| Message-ID | <q3Rsd-4kv-5@gated-at.bofh.it> (permalink) |
| References | <pYFL3-2lV-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On 18/08/15 06:28, Vaishali Thakkar wrote: > This patch introduces the use of managed resource function > devm_clk_get instead of clk_get and removes corresponding calls > to clk_put in the probe and remove functions. > > To be compatible with the change various gotos are replaced with > direct returns, and unneeded label failed_put_clk is dropped. > > Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> > --- > drivers/video/fbdev/pxa168fb.c | 14 ++++---------- > 1 file changed, 4 insertions(+), 10 deletions(-) Thanks, queued for 4.3. Tomi
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] video: fbdev: Use devm_clk_get Tomi Valkeinen <tomi.valkeinen@ti.com> - 2015-09-01 13:00 +0200
csiph-web