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
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
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