2009-03-14 04:01:49

by Peter Teoh

[permalink] [raw]
Subject: [PATCH] replace kernel_thread() with kthread_run() in RT2870

As advised by Greg KH:

http://lkml.org/lkml/2009/3/13/131

Replaced the usage of kernel_thread() with kthread_run(). Compiled
successfully, but not tested as I don't have the hardware.

(parsed by scripts/checkpatch.pl as well).

Thanks.

--
Regards,
Peter Teoh


Attachments:
rt2870_kernel_thread.patch (3.58 kB)

2009-03-14 04:07:42

by Peter Teoh

[permalink] [raw]
Subject: Re: [PATCH] replace kernel_thread() with kthread_run() in RT2870

Sorry, mixed up the patches with another patch. Here is the correct
one. Thanks.


On Sat, Mar 14, 2009 at 12:01 PM, Peter Teoh <[email protected]> wrote:
> As advised by Greg KH:
>
> http://lkml.org/lkml/2009/3/13/131
>
> Replaced the usage of kernel_thread() with kthread_run(). ? Compiled
> successfully, but not tested as I don't have the hardware.
>
> (parsed by scripts/checkpatch.pl as well).
>
> Thanks.
>
> --
> Regards,
> Peter Teoh
>



--
Regards,
Peter Teoh


Attachments:
rt2870_kernel_thread.patch (2.53 kB)

2009-03-14 06:59:17

by Peter Teoh

[permalink] [raw]
Subject: Re: [PATCH] replace kernel_thread() with kthread_run() in RT2870

Sorry Greg,

I overlooked some more changes needed. Will resend later again.
And the original code owner "Paul Lin" does not have the right email
as well, so I am not sure who can check on the hardware aspect.
THanks.

On Sat, Mar 14, 2009 at 12:07 PM, Peter Teoh <[email protected]> wrote:
> Sorry, mixed up the patches with another patch. ? Here is the correct
> one. ? Thanks.
>
>
> On Sat, Mar 14, 2009 at 12:01 PM, Peter Teoh <[email protected]> wrote:
>> As advised by Greg KH:
>>
>> http://lkml.org/lkml/2009/3/13/131
>>
>> Replaced the usage of kernel_thread() with kthread_run(). ? Compiled
>> successfully, but not tested as I don't have the hardware.
>>
>> (parsed by scripts/checkpatch.pl as well).
>>
>> Thanks.
>>
>> --
>> Regards,
>> Peter Teoh
>>
>
>
>
> --
> Regards,
> Peter Teoh
>



--
Regards,
Peter Teoh