Re: [PATCH] atm: fore200e: Do not drop const qualifier

From: David Miller
Date: Fri Aug 19 2016 - 02:50:47 EST


From: LABBE Corentin <clabbe.montjoie@xxxxxxxxx>
Date: Wed, 17 Aug 2016 15:56:45 +0200

> The data member of structure firmware is const and this constness is
> dropped by some cast.
> This patch add some const for keeping the const information.
>
> Signed-off-by: LABBE Corentin <clabbe.montjoie@xxxxxxxxx>

Applied.