Re: [PATCH v2 3/3] Constify some function parameters

From: Emese Revfy
Date: Wed Jul 06 2016 - 12:39:20 EST


On Tue, 5 Jul 2016 07:58:04 +0800
kbuild test robot <lkp@xxxxxxxxx> wrote:

> All warnings (new ones prefixed by >>):
>
> drivers/isdn/hisax/config.c: In function 'VHiSax_putstatus':
> >> drivers/isdn/hisax/config.c:688:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> p = fmt;

Hi,

Thanks for the report, I resent "[PATCH v2 3/3] Constify some function parameters" with the fix.

--
Emese