Re: [PATCH] drivers/video/via/viafbdev.c: Check return value of strict_strtoul().
From: Alexey Dobriyan <hidden>
Date: 2010-12-06 15:18:27
Also in:
lkml
From: Alexey Dobriyan <hidden>
Date: 2010-12-06 15:18:27
Also in:
lkml
On Sat, Dec 4, 2010 at 5:38 AM, Thiago Farina [off-list ref] wrote:
This fix the following warnings: drivers/video/via/viafbdev.c:1144: warning: ignoring return value of ‘strict_strtoul’, declared with attribute warn_unused_result
I send patches to convert this code to kstrto*() interfaces, so this patch would be redundant.