Re: [PATCH 2/2] uio: add default compatible string to uio_pdrv_genirq

From: Chris Packham
Date: Thu Sep 21 2017 - 11:44:14 EST


On 21/09/17 19:50, Andy Shevchenko wrote:
> On Thu, Sep 21, 2017 at 3:53 AM, Chris Packham
> <chris.packham@xxxxxxxxxxxxxxxxxxx> wrote:
>
>
>> -module_param_string(of_id, uio_of_genirq_match[0].compatible, 128, 0);
>> +module_param_string(of_id, uio_of_genirq_match[1].compatible, 128, 0000);
>
> 0 -> 0000 looks like bogus checkpatch warning.
>

Yes. I changed it to satisfy checkpatch. I initially wasn't going to but
then I noticed plenty of 0000 attached to module_params. I'll switch it
back in v2.