On Fri, Oct 19, 2012 at 02:12:06AM +0900, anish kumar wrote:
> From: anish kumar
>
> We don't need a release call in this file as we are doing
> everything needed in unregister call and we don't have any
> more pointer to free up.
>
> Signed-off-by: anish kumar
> ---
> drivers/extcon/extcon-cl
On 10/21/2012 01:46 PM, anish kumar wrote:
> From: anish kumar
>
> There was a case where free and list_del can be called twice
> on the same pointer.So fixed it by re-arranging the code and
> removing a function which was not needed.
>
> Signed-off-by: anish kumar
> ---
> drivers/extcon/extco
Hi Choi,
This is based on http://git.infradead.org/users/kmpark/linux-samsung
this branch.
anish
On Sun, 2012-10-21 at 13:46 +0900, anish kumar wrote:
> From: anish kumar
>
> There was a case where free and list_del can be called twice
> on the same pointer.So fixed it by re-arranging the code a
From: anish kumar
There was a case where free and list_del can be called twice
on the same pointer.So fixed it by re-arranging the code and
removing a function which was not needed.
Signed-off-by: anish kumar
---
drivers/extcon/extcon-class.c | 71 ++---
1
On 10/20/2012 12:33 PM, anish kumar wrote:
[]
> How about below?
I agree, but there were some minor issues,
[]
>
> static const char *muex_name = "mutually_exclusive";
> @@ -813,7 +779,32 @@ EXPORT_SYMBOL_GPL(extcon_dev_register);
> */
> void extcon_dev_unregister(struct extcon_dev
On Sat, 2012-10-20 at 11:37 +0900, Chanwoo Choi wrote:
> On 10/20/2012 11:30 AM, anish kumar wrote:
> > On Sat, 2012-10-20 at 10:57 +0900, Chanwoo Choi wrote:
> >> On 10/19/2012 02:12 AM, anish kumar wrote:
> >>> From: anish kumar
> >>>
> >>> We don't need a release call in this file as we are doi
On 10/20/2012 11:30 AM, anish kumar wrote:
> On Sat, 2012-10-20 at 10:57 +0900, Chanwoo Choi wrote:
>> On 10/19/2012 02:12 AM, anish kumar wrote:
>>> From: anish kumar
>>>
>>> We don't need a release call in this file as we are doing
>>> everything needed in unregister call and we don't have any
>
On Sat, 2012-10-20 at 10:57 +0900, Chanwoo Choi wrote:
> On 10/19/2012 02:12 AM, anish kumar wrote:
> > From: anish kumar
> >
> > We don't need a release call in this file as we are doing
> > everything needed in unregister call and we don't have any
> > more pointer to free up.
> >
> > Signed-o
On 10/19/2012 02:12 AM, anish kumar wrote:
> From: anish kumar
>
> We don't need a release call in this file as we are doing
> everything needed in unregister call and we don't have any
> more pointer to free up.
>
> Signed-off-by: anish kumar
> ---
> drivers/extcon/extcon-class.c |4 +---
From: anish kumar
We don't need a release call in this file as we are doing
everything needed in unregister call and we don't have any
more pointer to free up.
Signed-off-by: anish kumar
---
drivers/extcon/extcon-class.c |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git
10 matches
Mail list logo