login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
November
»
28
Re: [PATCH] progear_bl: use platform_device_register_simple()
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [author]
[view in full thread]
From: Marcin Juszkiewicz
Subject:
Re: [PATCH] progear_bl: use platform_device_register_simple()
Date: Friday, November 28, 2008 - 2:17 am
Sunday 21 of September 2008 16:38:29 Akinobu Mita napisał(a):
quoted text
> This change also fixes error handling when platform_device_alloc() > fails. (When platform_device_alloc() failed, it returns error without > unregistering progearbl_driver) > > Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> > Cc: Marcin Juszkiewicz <linux@hrw.one.pl> > Cc: Richard Purdie <rpurdie@rpsys.net>
Acked-by: Marcin Juszkiewicz <marcin@haerwu.biz>
quoted text
> --- > drivers/video/backlight/progear_bl.c | 20 ++++++++------------ > 1 file changed, 8 insertions(+), 12 deletions(-) > > Index: 2.6-git/drivers/video/backlight/progear_bl.c > =================================================================== > --- 2.6-git.orig/drivers/video/backlight/progear_bl.c > +++ 2.6-git/drivers/video/backlight/progear_bl.c > @@ -119,20 +119,16 @@ static int __init progearbl_init(void) > { > int ret = platform_driver_register(&progearbl_driver); > > - if (!ret) { > - progearbl_device = platform_device_alloc("progear-bl", -1); > - if (!progearbl_device) > - return -ENOMEM; > - > - ret = platform_device_add(progearbl_device); > - > - if (ret) { > - platform_device_put(progearbl_device); > - platform_driver_unregister(&progearbl_driver); > - } > + if (ret) > + return ret; > + progearbl_device = platform_device_register_simple("progear-bl", > -1, + NULL, 0); > + if (IS_ERR(progearbl_device)) { > + platform_driver_unregister(&progearbl_driver); > + return PTR_ERR(progearbl_device); > } > > - return ret; > + return 0; > } > > static void __exit progearbl_exit(void)
Regards, -- JID:
hrw@jabber.org
Website:
http://blog.haerwu.biz/
LinkedIn:
http://www.linkedin.com/in/marcinjuszkiewicz
--
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [author]
Messages in current thread:
[PATCH] progear_bl: use platform_device_register_simple()
, Akinobu Mita
, (Sun Sep 21, 7:38 am)
Re: [PATCH] progear_bl: use platform_device_register_simple()
, Marcin Juszkiewicz
, (Sun Sep 21, 11:54 am)
Re: [PATCH] progear_bl: use platform_device_register_simple()
, Marcin Juszkiewicz
, (Fri Nov 28, 2:17 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing
Jeremy Fitzhardinge
Re: Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD
Nick Piggin
Re: [patch] CFS (Completely Fair Scheduler), v2
Gary Hade
Re: [PATCH 0/5][RFC] Physical PCI slot objects
Dave Johnson
Re: expected behavior of PF_PACKET on NETIF_F_HW_VLAN_RX device?
linux-netdev
:
Arnd Bergmann
Re: 64-bit net_device_stats
Stephens, Allan
RE: [PATCH]: tipc: Fix oops on send prior to entering networked mode
frank.blaschka
[patch 3/5] [PATCH] qeth: support z/VM VSWITCH Port Isolation
Wu Fengguang
Re: [PATCH] dm9601: handle corrupt mac address
David Miller
Re: [PATCH net-2.6.24] Fix refcounting problem with netif_rx_reschedule()
git
:
Junio C Hamano
Re: [PATCH] [RFC] add Message-ID field to log on git-am operation
Junio C Hamano
Re: Handling large files with GIT
Karl
Re: [ANNOUNCE] pg - A patch porcelain for GIT
Josh Triplett
Re: [RFC][PATCH 00/10] Sparse: Git's "make check" target
Pierre Habouzit
Re: [PATCH] git-daemon: more powerful base-path/user-path settings, using formats.
git-commits-head
:
Linux Kernel Mailing List
MIPS: RBTX4939: Fix IOC pin-enable register updating
Linux Kernel Mailing List
regulator: update email address for Liam Girdwood
Linux Kernel Mailing List
[SCSI] ipr: add message to error table
Linux Kernel Mailing List
powerpc/32: Wire up the trampoline code for kdump
Linux Kernel Mailing List
USB: omap_udc: sync with OMAP tree
openbsd-misc
:
Josh Grosse
Re: error : pkg add phpMyAdmin
Brian Candler
Re: OBSD's perspective on SELinux
Jacob Meuser
Re: /dev/audio: Device busy
David Vasek
Re: Inexpensive, low power, "wall wart" computer
William Boshuck
Re: Richard Stallman...
Colocation donated by:
Syndicate